Skip to content

Commit 5acc75e

Browse files
authored
remove warning (#289)
1 parent 27359fc commit 5acc75e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-post-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666

6767
- name: Wait image in RedHhat registry
6868
with:
69-
image: ${{ env.REDHAT_RELEASE_REGISTRY }}/${{ env.REDHAT_OPERATOR_REPO }}:${{ steps.tag.outputs.version }}
70-
timeout: 60
69+
IMAGE: ${{ env.REDHAT_RELEASE_REGISTRY }}/${{ env.REDHAT_OPERATOR_REPO }}:${{ steps.tag.outputs.version }}
70+
TIMEOUT: 60
7171
run: |
72-
./scripts/github-actions/await_image_push.sh "$image" "$timeout"
72+
./scripts/github-actions/await_image_push.sh "$INPUT_IMAGE" "$INPUT_TIMEOUT"
7373
7474
- name: Push Atlas Operator Bundle to RedHat Connect
7575
uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)