We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83339c commit 61f1621Copy full SHA for 61f1621
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
26
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV
27
- name: Login to DockerHub
28
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
29
with:
30
username: ${{ secrets.DOCKER_USERNAME }}
31
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments