We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67728f commit 0b33b8bCopy full SHA for 0b33b8b
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.12.0
+ uses: docker/login-action@v1.13.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: ${{ github.repository_owner }}
0 commit comments