Skip to content

Commit

Permalink
fix: release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nampereira committed Apr 22, 2024
1 parent bf77b47 commit 2f7a7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
platforms: linux/amd64,linux/arm64
build-args: |
chash=${{ github.sha }}
version=${{ steps.get_release.outputs.tag || 'latest' }}
version=${{ steps.get_release.outputs.tag_name || 'latest' }}
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.get_release.outputs.tag || 'latest' }}, ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}:latest
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}:${{ steps.get_release.outputs.tag_name || 'latest' }}, ${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}:latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 2f7a7fb

Please sign in to comment.