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 }}