Skip to content

Commit

Permalink
Update imagebuilder
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng committed Feb 7, 2023
1 parent daad80c commit e6ff3f2
Show file tree
Hide file tree
Showing 3 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 @@ -31,7 +31,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 build-images
- name: push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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: build-images
run: make build-images

Expand Down Expand Up @@ -96,7 +96,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: build-images
run: make build-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 @@ -30,7 +30,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 build-images
- name: get release version
Expand Down

0 comments on commit e6ff3f2

Please sign in to comment.