this?
Some checks failed
build / build (push) Failing after 24s
test / test (push) Has been cancelled

This commit is contained in:
Seraphim R. Pardee 2024-09-20 13:48:05 -04:00
parent ac7f1cba6b
commit a6d5e4c037

View File

@ -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