Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Oct 29, 2024
1 parent 307c373 commit 564aacb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_published_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -106,4 +106,4 @@ jobs:
echo "ERROR - $*" 1>&2;
}
simple-smoke-test hazelcast
simple-smoke-test hazelcast "${image_name}"

0 comments on commit 564aacb

Please sign in to comment.