We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 570b7d4 + 0ed4fde commit a2c9333Copy full SHA for a2c9333
1 file changed
.github/workflows/release.yaml
@@ -19,7 +19,9 @@ jobs:
19
- uses: "authzed/actions/setup-go@main"
20
- uses: "authzed/actions/docker-login@main"
21
with:
22
+ quayio_token: "${{ secrets.QUAYIO_PASSWORD }}"
23
github_token: "${{ secrets.GITHUB_TOKEN }}"
24
+ dockerhub_token: "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}"
25
# the release directory is gitignored, which keeps goreleaser from
26
# complaining about a dirty tree
27
- name: "Copy manifests to release directory"
0 commit comments