We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5e0c8 commit 437c509Copy full SHA for 437c509
1 file changed
.github/workflows/docker-image.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
6
env:
7
- REGISTRY: ghcr.io
+ REGISTRY: digizuite.azurecr.io
8
IMAGE_NAME: ${{ github.repository }}
9
10
jobs:
@@ -27,8 +27,8 @@ jobs:
27
uses: docker/login-action@v3
28
with:
29
registry: ${{ env.REGISTRY }}
30
- username: ${{ github.actor }}
31
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ secrets.DIGIZUITE_DEV_ACR_USERNAME }}
+ password: ${{ secrets.DIGIZUITE_DEV_ACR_PASSWORD }}
32
33
- name: Docker meta
34
id: meta
0 commit comments