Update ci.yaml
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 4s

This commit is contained in:
2025-11-23 16:34:54 +01:00
parent cc082d5e52
commit 10a86044fa

View File

@@ -41,7 +41,7 @@ jobs:
# ---------------------------------------------------------- # ----------------------------------------------------------
- name: Build Docker image - name: Build Docker image
run: | run: |
docker build -t ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }} . docker build -t git.mset.dk/${{ env.IMAGE_NAME }}:${{ env.TAG }} .
# ---------------------------------------------------------- # ----------------------------------------------------------
# 5. Push Docker image # 5. Push Docker image