Skip to content

Commit

Permalink
Flex templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuthan committed Oct 23, 2023
1 parent e4bcdb5 commit 8b47d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-flex-template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
run: |
gcloud dataflow flex-template build ${{ inputs.template_file }} \
--image-gcr-path "${{ image_gcr }}" \
--image-gcr-path "${{ inputs.image_gcr }}" \
--sdk-language "JAVA" \
--flex-template-base-image JAVA17 \
--jar "${{ inputs.jar }}" \
Expand Down

0 comments on commit 8b47d11

Please sign in to comment.