mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-22 00:54:00 +00:00
add changelog for v0.10.0 (#97)
Signed-off-by: haoqing0110 <qhao@redhat.com>
This commit is contained in:
2
.github/workflows/go-postsubmit.yml
vendored
2
.github/workflows/go-postsubmit.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
- name: install imagebuilder
|
||||
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1
|
||||
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.3
|
||||
- name: images
|
||||
run: make images
|
||||
- name: push
|
||||
|
||||
2
.github/workflows/go-presubmit.yml
vendored
2
.github/workflows/go-presubmit.yml
vendored
@@ -111,7 +111,7 @@ jobs:
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
- name: install imagebuilder
|
||||
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1
|
||||
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.3
|
||||
- name: images
|
||||
run: make images
|
||||
- name: setup kind
|
||||
|
||||
Reference in New Issue
Block a user