Skip to content

Commit

Permalink
Fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Sep 4, 2024
1 parent f5bc8cf commit 2900f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
context: app
push: true
tags: ${{ secrets.REGISTRY_NAME }}.azurecr.io/kiltiskamera/kamera:${{ github.sha }}
tags: ${{ secrets.REGISTRY_NAME }}.azurecr.io/kiltiskamera/backend:${{ github.sha }}
cache-from: type=gha,ref=${{ github.ref_name }}
cache-to: type=gha,mode=max
allow: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Deploy from ACR
run: |
az webapp config container set \
--container-image-name ${{ secrets.REGISTRY_NAME }}.azurecr.io/kiltiskamera/kamera:${{ github.sha }} \
--container-image-name ${{ secrets.REGISTRY_NAME }}.azurecr.io/kiltiskamera/backend:${{ github.sha }} \
--container-registry-url https://${{ secrets.REGISTRY_NAME }}.azurecr.io \
--subscription ${{ secrets.SUBSCRIPTION }} \
--resource-group kiltiskamera_group \
Expand Down

0 comments on commit 2900f0a

Please sign in to comment.