From 507e461f3ad0605b5c241181c25082ae321fd86e Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 7 Mar 2023 13:29:39 +0000 Subject: [PATCH] feat: update version --- .github/workflows/provision-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/provision-and-deploy.yml b/.github/workflows/provision-and-deploy.yml index 6eb02ea..1cc2567 100644 --- a/.github/workflows/provision-and-deploy.yml +++ b/.github/workflows/provision-and-deploy.yml @@ -66,7 +66,7 @@ jobs: context: . file: ./Dockerfile push: true - tags: ${{ secrets.ACR_ENDPOINT }}:latest + tags: ${{ secrets.ACR_ENDPOINT }}/remix-amd:latest - name: Azure Login uses: azure/login@v1