format
All checks were successful
Build & Push Docker Image / build-and-push (push) Successful in 1m15s

This commit is contained in:
2025-11-23 16:38:45 +01:00
parent 0215bdd6a6
commit 64c73cd69b

View File

@@ -48,4 +48,4 @@ jobs:
# ----------------------------------------------------------
- name: Push Docker image
run: |
docker push ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
docker push git.mset.dk/${{ env.IMAGE_NAME }}:${{ env.TAG }}