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:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- uses: mr-smithers-excellent/docker-build-push@v6
|
- uses: mr-smithers-excellent/docker-build-push@v6
|
||||||
name: Build & push Docker image
|
name: Build & push Docker image
|
||||||
with:
|
with:
|
||||||
image: act-runner-test
|
image: act-runner-test
|
||||||
registry: swaous.asuscomm.com
|
registry: swaous.asuscomm.com
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|||||||
Reference in New Issue
Block a user