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 6be67bc commit b105d99Copy full SHA for b105d99
.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@v1
+ uses: docker/login-action@v2
29
with:
30
username: ${{ secrets.DOCKER_USERNAME }}
31
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments