We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36a566 commit 4b51c79Copy full SHA for 4b51c79
1 file changed
.github/workflows/deploy-docker-image.yml
@@ -38,15 +38,15 @@ jobs:
38
39
# Authenticates with Docker Hub
40
- name: Login to Docker Hub
41
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
42
with:
43
registry: docker.io
44
username: ${{ secrets.DOCKERHUB_USERNAME }}
45
password: ${{ secrets.DOCKERHUB_TOKEN }}
46
47
# Authenticates with the GitHub Container Registry
48
- name: Login to GitHub Package Registry
49
50
51
registry: ghcr.io
52
username: ${{ github.repository_owner }}
0 commit comments