nah still not convinced
Some checks failed
Gitea Actions Demo / Build-Docker-Image (push) Failing after 13s

This commit is contained in:
Lazy Hippopotamus
2025-02-05 14:23:01 -05:00
parent ad4605b314
commit 5ea889ea87
2 changed files with 7 additions and 10 deletions

View File

@@ -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

View File

@@ -1,2 +0,0 @@
FROM alpine:latest
CMD ["echo", "\"hello world\""]