Skip to content

Commit 7e4e8d8

Browse files
authored
Merge pull request #1923 from openshift-cherrypick-robot/cherry-pick-1912-to-release-0.8
[release-0.8] build(deps): bump imjasonh/setup-ko from 0.5 to 0.6
2 parents 7953202 + 6b2881f commit 7e4e8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kcp-test-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
go-version: v1.18
2323

2424
# Build and push the kcp test image, tagged with the commit SHA and the branch name.
25-
- uses: imjasonh/setup-ko@v0.5
25+
- uses: imjasonh/setup-ko@v0.6
2626
- run: ko publish -B --platform all ./test/e2e/fixtures/kcp-test-image -t $(git rev-parse --short "$GITHUB_SHA"),${{ github.ref_name }}

.github/workflows/syncer-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
go-version: v1.18
2323

2424
# Build and push multi-arch supported syncer image, tagged with the commit SHA and the branch name.
25-
- uses: imjasonh/setup-ko@v0.5
25+
- uses: imjasonh/setup-ko@v0.6
2626
- run: ko publish -B ./cmd/syncer --platform linux/amd64,linux/ppc64le,linux/arm64 -t $(git rev-parse --short "$GITHUB_SHA"),${{ github.ref_name }}

0 commit comments

Comments
 (0)