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,19 +21,19 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
with: # replace it with your local IP
|
with:
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."registry.tips-of-mine.com"]
|
[registry."registry.tips-of-mine.com"]
|
||||||
http = true
|
http = true
|
||||||
insecure = true
|
insecure = true
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to Repository
|
||||||
uses: docker/login-action@v2
|
uses: ./
|
||||||
with:
|
with:
|
||||||
registry: registry.tips-of-mine.com # replace it with your local IP
|
registry: registry.tips-of-mine.com
|
||||||
username: ${{ secrets.HARBOR_USERNAME }}
|
username: ${{ secrets.HARBOR_USERNAME }}
|
||||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||||
|
|
||||||
- name: Get Meta
|
- name: Get Meta
|
||||||
id: meta
|
id: meta
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user