this?
This commit is contained in:
parent
ac7f1cba6b
commit
a6d5e4c037
@ -8,15 +8,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: docker buildx setup
|
- name: docker buildx setup
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
|
||||||
config-inline: |
|
|
||||||
[registry."10.0.0.103:3000"]
|
|
||||||
http = true
|
|
||||||
insecure = true
|
|
||||||
- name: login to container registry
|
- name: login to container registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: http://10.0.0.103:3000
|
registry: git.hl.srp.life
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
@ -31,4 +26,4 @@ jobs:
|
|||||||
linux/arm64
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
10.0.0.103:3000/${{ gitea.repository_owner }}/${{ gitea.repository }}:dev
|
${{ gitea.repository_owner }}/${{ gitea.repository }}:dev
|
||||||
|
Loading…
Reference in New Issue
Block a user