Skip to content

Commit

Permalink
fix(ci): update PATHFINDER_FORCE_VERSION in workflow
Browse files Browse the repository at this point in the history
Ensure correct versioning by appending `.1` to the
PATHFINDER_FORCE_VERSION in the GitHub Actions publish
workflow.
  • Loading branch information
steebchen committed Dec 5, 2024
1 parent a4caa3f commit 0c73551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
PATHFINDER_FORCE_VERSION=v0.15.2-cartridge
PATHFINDER_FORCE_VERSION=v0.15.2-cartridge.1
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 0c73551

Please sign in to comment.