We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715d224 commit 3d604a8Copy full SHA for 3d604a8
.github/workflows/publish.yml
@@ -55,7 +55,7 @@ jobs:
55
tags: ${{ steps.meta.outputs.tags }}
56
labels: ${{ steps.meta.outputs.labels }}
57
build-args: |
58
- PATHFINDER_FORCE_VERSION=v0.15.2-cartridge.1
+ PATHFINDER_FORCE_VERSION=${{ github.ref_name }}
59
cache-from: type=gha
60
cache-to: type=gha,mode=max
61
0 commit comments