mirror of
https://github.com/docker/login-action.git
synced 2025-09-10 12:50:36 +08:00
test
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
8474404dec
commit
bc6da454b9
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -303,7 +303,8 @@ jobs:
|
|||||||
add: |
|
add: |
|
||||||
- registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev
|
- registry: ${{ secrets.GAR_LOCATION }}-docker.pkg.dev
|
||||||
username: _json_key
|
username: _json_key
|
||||||
password: ${{ secrets.GAR_JSON_KEY }}
|
password: |-
|
||||||
|
${{ secrets.GAR_JSON_KEY }}
|
||||||
- registry: registry.gitlab.com
|
- registry: registry.gitlab.com
|
||||||
username: ${{ secrets.GITLAB_USERNAME }}
|
username: ${{ secrets.GITLAB_USERNAME }}
|
||||||
password: ${{ secrets.GITLAB_TOKEN }}
|
password: ${{ secrets.GITLAB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user