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 cf8a15c commit 1930923Copy full SHA for 1930923
.github/workflows/publish-docker-image.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v3
17
18
- name: Login to DockerHub
19
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
20
with:
21
username: ${{ secrets.DOCKERHUB_USERNAME }}
22
password: ${{ secrets.DOCKERHUB_TOKEN }}
0 commit comments