Skip to content

Commit

Permalink
feat: create Docker tag with deployment environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Sep 29, 2023
1 parent 1ec8099 commit f36ca19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ jobs:
file: Dockerfile
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ env.DEPLOYMENT_ENVIRONMENT }}
ghcr.io/${{ github.repository }}:${{ github.ref_name }}
ghcr.io/${{ github.repository }}:${{ github.sha }}

0 comments on commit f36ca19

Please sign in to comment.