From 1adb976445c9eb3ccb1baf1cb4eb358c335fc1d3 Mon Sep 17 00:00:00 2001 From: BLaZeKiLL Date: Fri, 19 Jan 2024 08:15:51 +0000 Subject: [PATCH] image fix --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8466ccf..4a64ec2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -53,4 +53,4 @@ jobs: with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} - images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}' \ No newline at end of file + images: ghcr.io/blazekill/corgiai/app:${{ github.sha }} \ No newline at end of file