We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e670cc7 commit 2eae6c1Copy full SHA for 2eae6c1
.github/workflows/upload_image.yaml
@@ -15,6 +15,7 @@ jobs:
15
outputs:
16
image_tag: ${{ steps.image_tag.outputs.image_tag }}
17
steps:
18
+ - uses: actions/checkout@v2~
19
- name: Extract Image Tag
20
shell: bash
21
run: |
0 commit comments