Skip to content

Commit d663cf8

Browse files
authored
fix - change inputs (#292)
1 parent 0c6bee0 commit d663cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
build_args: VERSION=${{ steps.tag.outputs.tag }}
6666

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

0 commit comments

Comments
 (0)