Skip to content

Commit 0ed4fde

Browse files
committed
gha: docker login action expects credentials to multiple registries
1 parent 570b7d4 commit 0ed4fde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- uses: "authzed/actions/setup-go@main"
2020
- uses: "authzed/actions/docker-login@main"
2121
with:
22+
quayio_token: "${{ secrets.QUAYIO_PASSWORD }}"
2223
github_token: "${{ secrets.GITHUB_TOKEN }}"
24+
dockerhub_token: "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}"
2325
# the release directory is gitignored, which keeps goreleaser from
2426
# complaining about a dirty tree
2527
- name: "Copy manifests to release directory"

0 commit comments

Comments
 (0)