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:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: set docker host
|
- name: Buildah
|
||||||
run: export DOCKER_HOST=$XDG_RUNTIME_DIR/docker.sock
|
uses: redhat-actions/buildah-build@v2
|
||||||
- uses: mr-smithers-excellent/docker-build-push@v6
|
|
||||||
name: Build & push Docker image
|
|
||||||
with:
|
with:
|
||||||
image: act-runner-test
|
image: act-runner-test
|
||||||
registry: swaous.asuscomm.com
|
tags: ${{ gitea.sha }}
|
||||||
dockerfile: Dockerfile
|
containerfiles: |
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
./Containerfile
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
- name: print cwd
|
||||||
|
run: ls
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
FROM alpine:latest
|
|
||||||
CMD ["echo", "\"hello world\""]
|
|
||||||
Reference in New Issue
Block a user