Skip to content

Commit 437c509

Browse files
authored
Move image to ACR (#1)
1 parent 7e5e0c8 commit 437c509

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
env:
7-
REGISTRY: ghcr.io
7+
REGISTRY: digizuite.azurecr.io
88
IMAGE_NAME: ${{ github.repository }}
99

1010
jobs:
@@ -27,8 +27,8 @@ jobs:
2727
uses: docker/login-action@v3
2828
with:
2929
registry: ${{ env.REGISTRY }}
30-
username: ${{ github.actor }}
31-
password: ${{ secrets.GITHUB_TOKEN }}
30+
username: ${{ secrets.DIGIZUITE_DEV_ACR_USERNAME }}
31+
password: ${{ secrets.DIGIZUITE_DEV_ACR_PASSWORD }}
3232

3333
- name: Docker meta
3434
id: meta

0 commit comments

Comments
 (0)