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