Skip to content

Commit

Permalink
Update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave4272-Office committed Jul 13, 2024
1 parent e9828eb commit c555354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
image_name="corpdk/${{ matrix.image_dir }}"
docker buildx build --push --platform "linux/amd64,linux/arm64" \
${matrix.build_args} \
${{ matrix.build_args }} \
-t "$image_name:${{ matrix.image_tag }}" \
${matrix.additional_tag} \
$(if [ "${{ matrix.additional_tag }}" == "latest" ]; then echo "-t $image_name:latest"; fi) \
./${{ matrix.image_dir }}

0 comments on commit c555354

Please sign in to comment.