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 ce7067e commit 6dc3119Copy full SHA for 6dc3119
.github/workflows/push_image.yml
@@ -40,6 +40,9 @@ jobs:
40
if [[ "main" == "$WF_VERSION" ]]; then
41
MULTIARCH_TARGETS="${{ env.WF_MULTIARCH_TARGETS }}" IMAGE_ORG=${{ env.WF_ORG }} VERSION=latest make images
42
fi
43
+ - name: build and push manifest with images for standalone build
44
+ run: |
45
+ MULTIARCH_TARGETS="${{ env.WF_MULTIARCH_TARGETS }}" IMAGE_ORG=${{ env.WF_ORG }} VERSION=${{ env.WF_VERSION }} STANDALONE=true make images
46
47
codecov-back:
48
name: Codecov backend upload
0 commit comments