Skip to content

Commit

Permalink
[patch] push latest tagged image to quay.io (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprab authored Jun 17, 2024
1 parent 6ae7716 commit 0d48ef2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ jobs:
docker images
docker login --username "${{ secrets.QUAYIO_USERNAME }}" --password "${{ secrets.QUAYIO_PASSWORD }}" quay.io
docker push quay.io/ibmmas/cli:${{ env.DOCKER_TAG }}
docker push quay.io/ibmmas/cli:latest
# Old version ...
# uses: redhat-actions/push-to-registry@v2
# with:
# tags: quay.io/ibmmas/cli:${{ env.DOCKER_TAG }}
# tags: quay.io/ibmmas/cli:${{ env.DOCKER_TAG }} quay.io/ibmmas/cli:latest
# username: ${{ secrets.QUAYIO_USERNAME }}
# password: ${{ secrets.QUAYIO_PASSWORD }}

Expand Down

0 comments on commit 0d48ef2

Please sign in to comment.