Skip to content

Commit 3d604a8

Browse files
steebchenkariy
authored andcommitted
ci(workflows): update PATHFINDER versioning in publish.yml
Replaced hardcoded version with dynamic github.ref_name to improve automated versioning process.
1 parent 715d224 commit 3d604a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
tags: ${{ steps.meta.outputs.tags }}
5656
labels: ${{ steps.meta.outputs.labels }}
5757
build-args: |
58-
PATHFINDER_FORCE_VERSION=v0.15.2-cartridge.1
58+
PATHFINDER_FORCE_VERSION=${{ github.ref_name }}
5959
cache-from: type=gha
6060
cache-to: type=gha,mode=max
6161

0 commit comments

Comments
 (0)