Skip to content

Commit

Permalink
Update container_apps_chat_cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 16, 2023
1 parent 32ea2c3 commit 6ebe95d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container_apps_chat_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
type=match,pattern=v(\d.\d),group=1
type=match,pattern=v(\d),group=1
type=sha
type=sha,format=long
type=raw,value=latest,enable={{is_default_branch}}
- name: Set up QEMU
Expand Down Expand Up @@ -99,4 +100,4 @@ jobs:
with:
containerAppName: chat
resourceGroup: Jordnaer
imageToDeploy: ghcr.io/nielspilgaard/chat:${{ github.sha }}
imageToDeploy: ghcr.io/nielspilgaard/chat:${{ github.sha }}

0 comments on commit 6ebe95d

Please sign in to comment.