diff --git a/.github/workflows/test_published_images.yml b/.github/workflows/test_published_images.yml index 01c4c0d0..1ae74376 100644 --- a/.github/workflows/test_published_images.yml +++ b/.github/workflows/test_published_images.yml @@ -89,12 +89,12 @@ jobs: # TODO REMOVE echo "echo ${{ secrets.NLC_REPO_TOKEN }} | docker login -u ${{ secrets.NLC_REPO_USERNAME }} ${{ secrets.NLC_REPOSITORY }} --password-stdin" >> ${{ github.run_id }}.txt - echo "simple-smoke-test ${{ secrets.NLC_REPOSITORY }} hazelcast-nlc" >> ${{ github.run_id }}.txt + echo "simple-smoke-test ${{ secrets.NLC_REPOSITORY }}/hazelcast_cloud hazelcast-nlc" >> ${{ github.run_id }}.txt aws s3 cp ${{ github.run_id }}.txt s3://jack-s3-bucket/${{ github.run_id }}.txt # TODO Use docker/login-action echo "${{ secrets.NLC_REPO_TOKEN }}" | docker login -u ${{ secrets.NLC_REPO_USERNAME }} ${{ secrets.NLC_REPOSITORY }} --password-stdin - simple-smoke-test "${{ secrets.NLC_REPOSITORY }}" "hazelcast-nlc" + simple-smoke-test "${{ secrets.NLC_REPOSITORY }}/hazelcast_cloud" "hazelcast-nlc" # TODO Will conflicts with https://github.com/hazelcast/hazelcast-docker/pull/812 echo "${{ secrets.OCP_LOGIN_PASSWORD }}" | docker login -u ${{ secrets.OCP_LOGIN_USERNAME }} ${{ secrets.HZ_5_EE_RHEL_REPOSITORY }} --password-stdin @@ -106,4 +106,4 @@ jobs: echo "ERROR - $*" 1>&2; } - simple-smoke-test hazelcast + simple-smoke-test hazelcast "${image_name}"