Skip to content

Commit

Permalink
upgrade imagebuilder (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Le <[email protected]>
  • Loading branch information
elgnay authored Feb 6, 2023
1 parent 1e14476 commit d8f960f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: install imagebuilder
run: go install github.com/openshift/imagebuilder/cmd/[email protected].1
run: go install github.com/openshift/imagebuilder/cmd/[email protected].3
- name: pull base image
run: docker pull registry.access.redhat.com/ubi8/ubi-minimal:latest --platform=linux/${{ matrix.arch }}
- name: images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: install imagebuilder
run: go install github.com/openshift/imagebuilder/cmd/[email protected].1
run: go install github.com/openshift/imagebuilder/cmd/[email protected].3
- name: images
run: make images
- name: setup kind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
- name: install imagebuilder
run: go install github.com/openshift/imagebuilder/cmd/[email protected].1
run: go install github.com/openshift/imagebuilder/cmd/[email protected].3
- name: pull base image
run: docker pull registry.access.redhat.com/ubi8/ubi-minimal:latest --platform=linux/${{ matrix.arch }}
- name: images
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ make test-integration

Run e2e testing. During e2e testing, hub and managed cluster share the same Kubernetes cluster.
```shell
go install github.com/openshift/imagebuilder/cmd/[email protected].1
go install github.com/openshift/imagebuilder/cmd/[email protected].3

export KUBECONFIG=</path/to/kubeconfig>

Expand Down

0 comments on commit d8f960f

Please sign in to comment.