Actualiser .gitea/workflows/ci-release-tag.yml
Some checks failed
release-tag / release-image (push) Failing after 17s
Some checks failed
release-tag / release-image (push) Failing after 17s
This commit is contained in:
parent
3ee6f3f85a
commit
c53f94a8fb
@ -1,7 +1,8 @@
|
||||
name: release-tag
|
||||
|
||||
on:
|
||||
push
|
||||
push:
|
||||
branches: main
|
||||
|
||||
jobs:
|
||||
release-image:
|
||||
@ -11,19 +12,8 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."registry.tips-of-mine.com"]
|
||||
http = true
|
||||
insecure = true
|
||||
|
||||
- name: Login to Repository
|
||||
uses: docker/login-action@v4
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: registry.tips-of-mine.com
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
@ -34,4 +24,3 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user