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 ad03968 + fc38890 commit 9bc2ad2Copy full SHA for 9bc2ad2
.github/workflows/publish.yml
@@ -78,12 +78,12 @@ jobs:
78
- name: Set up Docker Buildx
79
uses: docker/setup-buildx-action@v3
80
- name: Login to Docker Hub
81
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
82
with:
83
username: blinklabs
84
password: ${{ secrets.DOCKER_PASSWORD }} # uses token
85
- name: Login to GHCR
86
87
88
username: ${{ github.repository_owner }}
89
password: ${{ secrets.GITHUB_TOKEN }}
0 commit comments