fix build image name
Some checks failed
Build access-web-migration / Build-And-Push (push) Failing after 17s

This commit is contained in:
2024-04-22 14:24:36 -05:00
parent c82c10dd0a
commit fc249f007e

View File

@@ -21,7 +21,7 @@ jobs:
- uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
with:
image: ${IMAGE_NAME}
image: deltreey/pun-app
tags: latest, ${{gitea.ref_name}}, ${{gitea.run_id}}
registry: gitea.area-51-x.com
username: ${{ secrets.DOCKER_USER }}