5 Commits

Author SHA1 Message Date
a217464a7f fix image name
Some checks failed
Build & Release / build-docker-image (push) Successful in 1m11s
Build & Release / deploy-to-production (push) Failing after 5s
2026-02-24 20:24:08 +01:00
ea9e9556f4 scope docker credentials
Some checks failed
Build & Release / build-docker-image (push) Successful in 2m39s
Build & Release / deploy-to-production (push) Failing after 6s
2026-02-24 20:12:53 +01:00
0d45b21bce Update image name
Some checks failed
Build & Release / build-docker-image (push) Failing after 46s
Build & Release / deploy-to-production (push) Has been skipped
2026-02-24 18:31:17 +01:00
3af5f8ff61 Update image name
Some checks failed
Build & Release / build-docker-image (push) Failing after 46s
Build & Release / deploy-to-production (push) Has been skipped
2026-02-24 18:26:28 +01:00
bf939790c0 Update image name
Some checks failed
Build & Release / build-docker-image (push) Failing after 47s
Build & Release / deploy-to-production (push) Has been skipped
2026-02-24 18:24:23 +01:00

View File

@@ -31,6 +31,8 @@ jobs:
registry: ${{ secrets.DOCKER_REGISTRY }} registry: ${{ secrets.DOCKER_REGISTRY }}
username: ${{ secrets.DOCKER_REGISTRY_USER }} username: ${{ secrets.DOCKER_REGISTRY_USER }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }} password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
scope: ${{secrets.DOCKER_REGISTRY}}/${{env.IMAGE}}@push
logout: true
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with: