Skip to content

Commit

Permalink
refactor: simplify image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent b50b305 commit 1df0f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
uses: docker/build-push-action@v6
if: ${{ steps.release.outputs.release_created }}
env:
VERSION: v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
TAG: ${{ steps.release.outputs.version }}
with:
context: .
file: ./Dockerfile
push: true
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{env.VERSION}}"
tags: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{env.TAG}}"
platforms: |
linux/amd64
linux/arm64
Expand Down

0 comments on commit 1df0f09

Please sign in to comment.