We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7c912 commit b23b967Copy full SHA for b23b967
.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@v2.1.0
+ uses: docker/login-action@v2.2.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