mr smithers build'n'push [fucked up my yaml, sigh, why can't it just be json]
Some checks failed
Gitea Actions Demo / Build-Docker-Image (push) Failing after 11s

This commit is contained in:
Lazy Hippopotamus
2025-02-05 13:50:57 -05:00
parent ef62df5c5f
commit 30a260bb92

View File

@@ -8,11 +8,11 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
with:
image: act-runner-test
registry: swaous.asuscomm.com
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
with:
image: act-runner-test
registry: swaous.asuscomm.com
dockerfile: Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}