Skip to content

Commit

Permalink
fix github_ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefdl committed Nov 14, 2024
1 parent a208081 commit dcd0cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
platforms: ${{ matrix.platform }}
push: true
tags: |
${DOCKER_IMAGE}:${{ github.ref_name }}
${DOCKER_IMAGE}:${{ env.TAG }}
${{ env.DOCKER_IMAGE }}:${{ github.ref_name }}
${{ env.DOCKER_IMAGE }}:${{ env.TAG }}
build-args:
BUILD_PLATFORM=${{ matrix.platform }}

0 comments on commit dcd0cf4

Please sign in to comment.