Skip to content

Commit

Permalink
ci(workflow): update PATHFINDER_FORCE_VERSION to v0.15.2
Browse files Browse the repository at this point in the history
Update the version in the publish.yml workflow
from v0.14.1 to v0.15.2 to ensure the pipeline
utilizes the latest cartridge version.
  • Loading branch information
steebchen committed Dec 5, 2024
1 parent 2c8fbc2 commit 0d18f78
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.14.1-cartridge
PATHFINDER_FORCE_VERSION=v0.15.2-cartridge
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 0d18f78

Please sign in to comment.