From 6ebe95d210e1dc15c90125940d1dcdfb3ff83a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Mon, 16 Oct 2023 19:31:20 +0200 Subject: [PATCH] Update container_apps_chat_cd.yml --- .github/workflows/container_apps_chat_cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container_apps_chat_cd.yml b/.github/workflows/container_apps_chat_cd.yml index 970b3623..5082840b 100644 --- a/.github/workflows/container_apps_chat_cd.yml +++ b/.github/workflows/container_apps_chat_cd.yml @@ -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 @@ -99,4 +100,4 @@ jobs: with: containerAppName: chat resourceGroup: Jordnaer - imageToDeploy: ghcr.io/nielspilgaard/chat:${{ github.sha }} \ No newline at end of file + imageToDeploy: ghcr.io/nielspilgaard/chat:${{ github.sha }}