chore(ci): specify registry
This commit is contained in:
1
.github/workflows/image.yml
vendored
1
.github/workflows/image.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: quay.io
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
- name: Extract metadata (tags, labels) for Docker
|
||||
|
||||
Reference in New Issue
Block a user