Skip to content

Commit

Permalink
Use docker met version for RELEASE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mazay committed Oct 15, 2024
1 parent 923f930 commit e2df08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args:
RELEASE_VERSION=${{ github.event_name == 'release' && github.event.release.tag_name || github.sha }}
RELEASE_VERSION=${{ steps.meta.outputs.version }}

publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e2df08f

Please sign in to comment.