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 fd7749b commit bd21063Copy full SHA for bd21063
.github/workflows/release.yml
@@ -43,3 +43,6 @@ jobs:
43
registry: quay.io
44
- name: build and push manifest with images
45
run: MULTIARCH_TARGETS="${{ env.WF_MULTIARCH_TARGETS }}" IMAGE_ORG=${{ env.WF_ORG }} VERSION=${{ env.tag }} CLEAN_BUILD=1 make images
46
+ - name: build and push manifest with images for standalone build
47
+ run: |
48
+ MULTIARCH_TARGETS="${{ env.WF_MULTIARCH_TARGETS }}" IMAGE_ORG=${{ env.WF_ORG }} VERSION=${{ env.tag }} CLEAN_BUILD=1 STANDALONE=true make images
0 commit comments