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 bcd4cda commit a014b53Copy full SHA for a014b53
.github/workflows/release.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