We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55dc61 commit 93d39d5Copy full SHA for 93d39d5
1 file changed
.github/workflows/builder.yml
@@ -55,14 +55,14 @@ jobs:
55
56
- name: Login to DockerHub
57
if: needs.init.outputs.publish == 'true'
58
- uses: docker/login-action@v1.9.0
+ uses: docker/login-action@v1.10.0
59
with:
60
username: ${{ secrets.DOCKERHUB_USERNAME }}
61
password: ${{ secrets.DOCKERHUB_TOKEN }}
62
63
- name: Login to GitHub Container Registry
64
65
66
67
registry: ghcr.io
68
username: ${{ secrets.GIT_USER }}
0 commit comments