Skip to content

Commit 63254aa

Browse files
committed
Fix type release script
1 parent c444f9f commit 63254aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version: ${{ matrix.go }}
4040
- name: build images
41-
run: DOCKER_TAG=${{ steps.validate_tag.outputs.tag }} make build-images
41+
run: DOCKER_TAG=${{ steps.validate_tag.outputs.tag }} make build-image
4242
- name: podman login to quay.io
4343
uses: redhat-actions/podman-login@v1
4444
with:

0 commit comments

Comments
 (0)