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 1b4d55f commit 3971b8aCopy full SHA for 3971b8a
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: echo "MINOR=${PATCH%.*}" >> $GITHUB_ENV
29
- run: echo "MAJOR=${MINOR%.*}" >> $GITHUB_ENV
30
- name: Login to DockerHub
31
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
32
with:
33
username: ${{ secrets.DOCKER_USERNAME }}
34
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments