Skip to content

Commit 6dc3119

Browse files
authored
automate standalone build (#576)
1 parent ce7067e commit 6dc3119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push_image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
if [[ "main" == "$WF_VERSION" ]]; then
4141
MULTIARCH_TARGETS="${{ env.WF_MULTIARCH_TARGETS }}" IMAGE_ORG=${{ env.WF_ORG }} VERSION=latest make images
4242
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
4346
4447
codecov-back:
4548
name: Codecov backend upload

0 commit comments

Comments
 (0)