We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d269eab commit 10b9889Copy full SHA for 10b9889
.github/workflows/dispatch-example.yml
@@ -12,14 +12,13 @@ on:
12
default: ""
13
description: "Container image registry URL WITHOUT tag e.g., gcr.io/project-id-372417/target-image"
14
15
-env:
16
- SOURCE_IMAGE_WITH_TAG: ${{ github.env.inputs.source-regurl-tag }}
17
- TARGET_IMAGE_URL: ${{ github.env.inputs.target-regurl }}
18
-
19
jobs:
20
copy_container_image:
21
name: Copy container image
22
runs-on: ubuntu-latest
+ env:
+ SOURCE_IMAGE_WITH_TAG: ${{ github.env.inputs.source-regurl-tag }}
+ TARGET_IMAGE_URL: ${{ github.env.inputs.target-regurl }}
23
steps:
24
- name: Get image tag
25
run: |
0 commit comments