Skip to content

Commit

Permalink
fix: add WITH_MONITORING as image build arg until pass in fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Apr 29, 2024
1 parent b5b1584 commit 2d38181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
COMMIT_REF=${{ github.sha }}
VITE_API_URL=${{ vars.VITE_API_URL }}
NODE_ENV=${{ vars.NODE_ENV || 'production' }}
WITH_MONITORING=${{ vars.WITH_MONITORING }}
${{ inputs.extra_build_args }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: ${{ inputs.cache == 'true' && 'type=gha' || '' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image_build_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
COMMIT_REF=${{ github.sha }}
VITE_API_URL=${{ vars.VITE_API_URL }}
NODE_ENV=${{ vars.NODE_ENV || 'production' }}
WITH_MONITORING=${{ vars.WITH_MONITORING }}
${{ inputs.extra_build_args }}
labels: ${{ steps.meta.outputs.labels }}
# cache-from: ${{ inputs.cache == 'true' && 'type=gha' || '' }}
Expand Down

0 comments on commit 2d38181

Please sign in to comment.