We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b35e98f + 27d8793 commit 17a84d7Copy full SHA for 17a84d7
.github/workflows/publish.yml
@@ -20,12 +20,12 @@ jobs:
20
uses: docker/setup-qemu-action@v1
21
- uses: docker/setup-buildx-action@v1
22
- name: Login to Docker Hub
23
- uses: docker/login-action@v1
+ uses: docker/login-action@v3
24
with:
25
username: blinklabs
26
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
27
- name: Login to GHCR
28
29
30
registry: ghcr.io
31
username: ${{ github.actor }}
0 commit comments