nah still not convinced
Some checks failed
Gitea Actions Demo / Build-Docker-Image (push) Failing after 13s
Some checks failed
Gitea Actions Demo / Build-Docker-Image (push) Failing after 13s
This commit is contained in:
@@ -8,13 +8,12 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: set docker host
|
||||
run: export DOCKER_HOST=$XDG_RUNTIME_DIR/docker.sock
|
||||
- uses: mr-smithers-excellent/docker-build-push@v6
|
||||
name: Build & push Docker image
|
||||
- name: Buildah
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: act-runner-test
|
||||
registry: swaous.asuscomm.com
|
||||
dockerfile: Dockerfile
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: ${{ gitea.sha }}
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
- name: print cwd
|
||||
run: ls
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
FROM alpine:latest
|
||||
CMD ["echo", "\"hello world\""]
|
||||
Reference in New Issue
Block a user