Skip to content

Commit

Permalink
Merge pull request #1923 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1912-to-release-0.8

[release-0.8] build(deps): bump imjasonh/setup-ko from 0.5 to 0.6
  • Loading branch information
ncdc authored Sep 8, 2022
2 parents 7953202 + 6b2881f commit 7e4e8d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kcp-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
go-version: v1.18

# Build and push the kcp test image, tagged with the commit SHA and the branch name.
- uses: imjasonh/setup-ko@v0.5
- uses: imjasonh/setup-ko@v0.6
- run: ko publish -B --platform all ./test/e2e/fixtures/kcp-test-image -t $(git rev-parse --short "$GITHUB_SHA"),${{ github.ref_name }}
2 changes: 1 addition & 1 deletion .github/workflows/syncer-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
go-version: v1.18

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

0 comments on commit 7e4e8d8

Please sign in to comment.