From 4d8dac4b0511c8f7ed7dac6d647fc96926cd70c8 Mon Sep 17 00:00:00 2001 From: thanhdanh27600 Date: Mon, 4 Sep 2023 15:52:26 +0700 Subject: [PATCH] fix cd short --- .github/workflows/cd-short.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-short.yml b/.github/workflows/cd-short.yml index 696edef1..af45e742 100644 --- a/.github/workflows/cd-short.yml +++ b/.github/workflows/cd-short.yml @@ -37,7 +37,7 @@ jobs: "GEOLITE2_LICENSE_KEY=${{ secrets.GEOLITE2_LICENSE_KEY }}" NEXT_PUBLIC_SHORT_DOMAIN=true push: true - tags: ghcr.io/${{ github.repository }}:short-latest@${{ github.sha }} + tags: ghcr.io/${{ github.repository }}:short-latest-${{ github.sha }} # deploy: # needs: build # runs-on: ubuntu-latest @@ -69,4 +69,4 @@ jobs: app-name: 'dolph-aabiskar' slot-name: 'production' publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_34EA2A2C3814419DB187C95DEE1D90FA }} - images: 'ghcr.io/thanhdanh27600/clickdi:short-latest@${{ github.sha }}' + images: 'ghcr.io/thanhdanh27600/clickdi:short-latest-${{ github.sha }}'