2 parents 127d25c + aec7e28 commit 5cd3f6bCopy full SHA for 5cd3f6b
1 file changed
.github/workflows/docker-image-build.yml
@@ -20,13 +20,13 @@ jobs:
20
uses: docker/setup-buildx-action@v4
21
22
- name: Log in to Docker Hub
23
- uses: docker/login-action@v4.5.2
+ uses: docker/login-action@v4.6.0
24
with:
25
username: ${{ secrets.DOCKERHUB_USERNAME }}
26
password: ${{ secrets.DOCKERHUB_TOKEN }}
27
28
- name: Log in to GitHub Container Registry
29
30
31
registry: ghcr.io
32
username: ${{ github.actor }}
0 commit comments