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 366fb3f commit f724ec3Copy full SHA for f724ec3
.github/workflows/docker-image.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: docker/setup-buildx-action@v2.10.0
24
25
- name: Login to DockerHub
26
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v2.2.0
27
with:
28
username: ${{ secrets.DOCKERHUB_USERNAME }}
29
password: ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments