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 27359fc commit 5acc75eCopy full SHA for 5acc75e
.github/workflows/release-post-merge.yml
@@ -66,10 +66,10 @@ jobs:
66
67
- name: Wait image in RedHhat registry
68
with:
69
- image: ${{ env.REDHAT_RELEASE_REGISTRY }}/${{ env.REDHAT_OPERATOR_REPO }}:${{ steps.tag.outputs.version }}
70
- timeout: 60
+ IMAGE: ${{ env.REDHAT_RELEASE_REGISTRY }}/${{ env.REDHAT_OPERATOR_REPO }}:${{ steps.tag.outputs.version }}
+ TIMEOUT: 60
71
run: |
72
- ./scripts/github-actions/await_image_push.sh "$image" "$timeout"
+ ./scripts/github-actions/await_image_push.sh "$INPUT_IMAGE" "$INPUT_TIMEOUT"
73
74
- name: Push Atlas Operator Bundle to RedHat Connect
75
uses: docker/build-push-action@v1
0 commit comments