We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c444f9f commit 63254aaCopy full SHA for 63254aa
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
go-version: ${{ matrix.go }}
40
- name: build images
41
- run: DOCKER_TAG=${{ steps.validate_tag.outputs.tag }} make build-images
+ run: DOCKER_TAG=${{ steps.validate_tag.outputs.tag }} make build-image
42
- name: podman login to quay.io
43
uses: redhat-actions/podman-login@v1
44
0 commit comments