Actualiser .gitea/workflows/ci-release-tag.yml
Some checks failed
release-tag / release-image (push) Failing after 12s
Some checks failed
release-tag / release-image (push) Failing after 12s
This commit is contained in:
parent
6b7837b665
commit
c762e24583
@ -21,16 +21,16 @@ jobs:
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with: # replace it with your local IP
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."registry.tips-of-mine.com"]
|
||||
http = true
|
||||
insecure = true
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
- name: Login to Repository
|
||||
uses: ./
|
||||
with:
|
||||
registry: registry.tips-of-mine.com # replace it with your local IP
|
||||
registry: registry.tips-of-mine.com
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user