Skip to content

Commit

Permalink
Update backend.yml to use environment variables for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SophiaH67 committed Dec 23, 2023
1 parent 9cea76c commit 763a8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: backend, ${{ steps.meta.outputs.tags }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:backend
labels: ${{ steps.meta.outputs.labels }}
file: ./packages/backend/Dockerfile

Expand Down

0 comments on commit 763a8d7

Please sign in to comment.