fix image name
All checks were successful
Deploy Docker Image / build-and-push (push) Successful in 1m30s
All checks were successful
Deploy Docker Image / build-and-push (push) Successful in 1m30s
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
@@ -35,4 +35,4 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ secrets.DOCKER_REGISTRY }}/${{ secrets.DOCKER_IMAGE_NAME }}:latest
|
||||
tags: ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:latest
|
||||
|
||||
Reference in New Issue
Block a user