Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 7f8c752

Browse files
Merge pull request #27 from mikeshng/fix-release-githubaction
fix github action release
2 parents 9425c5d + 3a07694 commit 7f8c752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: install imagebuilder
3333
run: go install github.com/openshift/imagebuilder/cmd/[email protected]
3434
- name: images
35-
run: make images
35+
run: make build-images
3636
- name: get release version
3737
run: |
3838
echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)