@@ -14,13 +14,13 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with: # replace it with your local IP
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."harbor.solusar.de"]
|
||||
- name: Login to Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: harbor.solusar.de # replace it with your local IP
|
||||
registry: harbor.solusar.de
|
||||
username: ${{ secrets.HARBORUSER }}
|
||||
password: ${{ secrets.HARBORPASS }}
|
||||
- name: Get Meta
|
||||
|
||||
Reference in New Issue
Block a user