mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
Use correct docker registry in CI
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
This commit is contained in:
1
.github/workflows/prerelease.yaml
vendored
1
.github/workflows/prerelease.yaml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
uses: docker/login-action@v1
|
||||
if: env.REGISTRY_USERNAME != ''
|
||||
with:
|
||||
registry: quay.io
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user