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
Some checks failed
Gitea Actions Demo / Build-Docker-Image (push) Failing after 11s
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user