fix build image name
Some checks failed
Build access-web-migration / Build-And-Push (push) Failing after 17s
Some checks failed
Build access-web-migration / Build-And-Push (push) Failing after 17s
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- 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: ${IMAGE_NAME}
|
image: deltreey/pun-app
|
||||||
tags: latest, ${{gitea.ref_name}}, ${{gitea.run_id}}
|
tags: latest, ${{gitea.ref_name}}, ${{gitea.run_id}}
|
||||||
registry: gitea.area-51-x.com
|
registry: gitea.area-51-x.com
|
||||||
username: ${{ secrets.DOCKER_USER }}
|
username: ${{ secrets.DOCKER_USER }}
|
||||||
|
|||||||
Reference in New Issue
Block a user