We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4a345 commit 57c8650Copy full SHA for 57c8650
.github/workflows/pub-docker.yml
@@ -25,13 +25,13 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Log in to Docker Hub
28
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
29
with:
30
username: ${{ secrets.DOCKER_USERNAME }}
31
password: ${{ secrets.DOCKER_PASSWORD }}
32
33
- name: Log in to the Container registry
34
35
36
registry: ghcr.io
37
username: ${{ github.actor }}
0 commit comments