Skip to content

Commit

Permalink
automate standalone build (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Aug 13, 2024
1 parent ce7067e commit 6dc3119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
if [[ "main" == "$WF_VERSION" ]]; then
MULTIARCH_TARGETS="${{ env.WF_MULTIARCH_TARGETS }}" IMAGE_ORG=${{ env.WF_ORG }} VERSION=latest make images
fi
- name: build and push manifest with images for standalone build
run: |
MULTIARCH_TARGETS="${{ env.WF_MULTIARCH_TARGETS }}" IMAGE_ORG=${{ env.WF_ORG }} VERSION=${{ env.WF_VERSION }} STANDALONE=true make images
codecov-back:
name: Codecov backend upload
Expand Down

0 comments on commit 6dc3119

Please sign in to comment.