Skip to content

Commit

Permalink
ci(docker-build-push): fix tag build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfsousa committed Nov 19, 2022
1 parent 0155be5 commit 583bb2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ jobs:
context: .
push: true
tags: ${{ env.REPOSITORY }}:latest,${{ env.REPOSITORY }}:${{ env.TAG }}
env:
TAG: ${{ needs.bump-version.outputs.tag }}

0 comments on commit 583bb2a

Please sign in to comment.