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 17c0bc8 commit 322d885Copy full SHA for 322d885
.github/workflows/docker.yml
@@ -45,13 +45,13 @@ jobs:
45
${{ runner.os }}-buildx-
46
47
- name: Login to DockerHub
48
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
49
with:
50
username: ${{ secrets.DOCKERHUB_USERNAME }}
51
password: ${{ secrets.DOCKERHUB_TOKEN }}
52
53
- name: Log in to the Container registry
54
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
55
56
registry: ghcr.io
57
username: ${{ github.actor }}
0 commit comments