Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesterh committed Sep 4, 2024
1 parent 020e980 commit 3895425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache-to: type=gha,mode=max
push: true
tags: |
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/${{ env.IMAGE }}:${{ steps.docker.outputs.BUILD_ID }}
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/${{ env.IMAGE }}:${{ github.sha }}
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/${{ env.IMAGE }}:${{ steps.docker.outputs.BRANCH_NAME }}
${{ vars.REGISTRY }}/${{ vars.REPOSITORY }}/${{ env.IMAGE }}:latest
${{ vars.REGISTRY }}/${{ secrets.REPOSITORY }}/${{ env.IMAGE }}:${{ steps.docker.outputs.BUILD_ID }}
${{ vars.REGISTRY }}/${{ secrets.REPOSITORY }}/${{ env.IMAGE }}:${{ github.sha }}
${{ vars.REGISTRY }}/${{ secrets.REPOSITORY }}/${{ env.IMAGE }}:${{ steps.docker.outputs.BRANCH_NAME }}
${{ vars.REGISTRY }}/${{ secrets.REPOSITORY }}/${{ env.IMAGE }}:latest

0 comments on commit 3895425

Please sign in to comment.