Skip to content

Commit

Permalink
chore: corrige tag da imagem
Browse files Browse the repository at this point in the history
  • Loading branch information
gutobrutus committed Nov 10, 2023
1 parent aa18657 commit 3206e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
"${{ vars.REGISTRY }}/${{ vars.IMAGE }}:$(date +%s)"
"${{ vars.REGISTRY }}/${{ vars.IMAGE }}:${{ github.sha}}"
"${{ vars.REGISTRY }}/${{ vars.IMAGE }}:latest"

0 comments on commit 3206e37

Please sign in to comment.