Skip to content

Commit

Permalink
fix cd short
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhdanh27600 committed Sep 4, 2023
1 parent 192beba commit 4d8dac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}'

0 comments on commit 4d8dac4

Please sign in to comment.