mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 20:32:13 +01:00
ci(build-test-push): add missing Cloud Run tags
This commit is contained in:
2
.github/actions/build-test-push/action.yml
vendored
2
.github/actions/build-test-push/action.yml
vendored
@@ -77,7 +77,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
.github/actions/build-test-push/push.sh \
|
.github/actions/build-test-push/push.sh \
|
||||||
--tags "${{ steps.build.outputs.tags }}" \
|
--tags "${{ steps.build.outputs.tags }},${{ steps.build.outputs.tags_cloud_run }}" \
|
||||||
--dry-run "${{ inputs.dry_run }}"
|
--dry-run "${{ inputs.dry_run }}"
|
||||||
|
|
||||||
- name: Outputs
|
- name: Outputs
|
||||||
|
|||||||
Reference in New Issue
Block a user