Skip to content

Commit

Permalink
Update deploy_lyve-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis3797 authored May 15, 2024
1 parent 64dd812 commit 67f16ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_lyve-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
push: true
tags: ghcr.io/${{ env.REPO }}:${{ github.sha }}
tags: ghcr.io/${{ env.REPO }}/lyve-api:${{ github.sha }}
file: ./apps/api/Dockerfile

deploy:
Expand All @@ -86,4 +86,4 @@ jobs:
with:
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_API }}
images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}'
images: 'ghcr.io/${{ env.REPO }}/lyve-api:${{ github.sha }}'

0 comments on commit 67f16ba

Please sign in to comment.