Skip to content

Commit 10b9889

Browse files
authored
deploy test (#10) (#11)
1 parent d269eab commit 10b9889

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/dispatch-example.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ on:
1212
default: ""
1313
description: "Container image registry URL WITHOUT tag e.g., gcr.io/project-id-372417/target-image"
1414

15-
env:
16-
SOURCE_IMAGE_WITH_TAG: ${{ github.env.inputs.source-regurl-tag }}
17-
TARGET_IMAGE_URL: ${{ github.env.inputs.target-regurl }}
18-
1915
jobs:
2016
copy_container_image:
2117
name: Copy container image
2218
runs-on: ubuntu-latest
19+
env:
20+
SOURCE_IMAGE_WITH_TAG: ${{ github.env.inputs.source-regurl-tag }}
21+
TARGET_IMAGE_URL: ${{ github.env.inputs.target-regurl }}
2322
steps:
2423
- name: Get image tag
2524
run: |

0 commit comments

Comments
 (0)