We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9edfa8 + 730e634 commit 084a02eCopy full SHA for 084a02e
.github/workflows/publish.yml
@@ -58,7 +58,7 @@ jobs:
58
docker run --rm -v $(pwd)/tests.sh:/tests.sh --entrypoint sh ${{ env.IMAGE_NAME }} /tests.sh
59
60
- name: Login to Docker Hub
61
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
62
if: github.event_name != 'pull_request'
63
with:
64
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments