Skip to content

Commit

Permalink
hard code values
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jul 3, 2024
1 parent 0f27247 commit 3f5f601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/argus-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ jobs:
custom_tag: ${{ env.IMAGE_TAG }}
platforms: ${{ matrix.image.platform == 'linux/amd64' && 'linux/amd64' || 'linux/arm64' }}
build_args: |
${{ matrix.image.build_args }}
IMAGE_TAG=${{ env.IMAGE_TAG }}
TEST_TEST_TEST=foobarbaz123
update-manifests:
name: Update ArgoCD manifests
needs: [prep, build-docker]
Expand Down

0 comments on commit 3f5f601

Please sign in to comment.