Skip to content

Commit

Permalink
Update Docker image tags to use the next version
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthganta182 committed Mar 3, 2024
1 parent ae88e35 commit e99b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ steps.taggerDryRun.outputs.new_tag }}
tags: ${{ vars.DOCKERHUB_REPO }}/${{ vars.DOCKERHUB_IMG }}:${{ steps.increment_version.outputs.next_version }}

0 comments on commit e99b144

Please sign in to comment.