Skip to content

Commit

Permalink
Finish args with backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 4, 2023
1 parent 61ccb10 commit 5177fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beam_PostCommit_Python_Arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
-Pcontainer-architecture-list=arm64,amd64 \
-Pdocker-repository-root=us.gcr.io/apache-beam-testing/github-actions \
-Pdocker-tag=${{ steps.set_tag.outputs.TAG }} \
-Ppush-containers
-Ppush-containers \
env:
CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}
MULTIARCH_TAG: ${{ steps.set_tag.outputs.TAG }}
Expand Down

0 comments on commit 5177fc5

Please sign in to comment.