this?
This commit is contained in:
parent
ac7f1cba6b
commit
a6d5e4c037
@ -8,15 +8,10 @@ jobs:
|
||||
steps:
|
||||
- name: docker buildx setup
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
config-inline: |
|
||||
[registry."10.0.0.103:3000"]
|
||||
http = true
|
||||
insecure = true
|
||||
- name: login to container registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: http://10.0.0.103:3000
|
||||
registry: git.hl.srp.life
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.GITEA_TOKEN }}
|
||||
- name: checkout code
|
||||
@ -31,4 +26,4 @@ jobs:
|
||||
linux/arm64
|
||||
push: true
|
||||
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