move to oci.limbosolutions.com
/ build-docker-image (push) Successful in 36s

This commit is contained in:
Márcio Fernandes
2026-05-03 01:57:14 +00:00
parent 5752b400c2
commit cabca97615
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -27,10 +27,10 @@ jobs:
- name: Build and push Docker Image - name: Build and push Docker Image
uses: ./.gitea/limbo_actions/buildkit-build-push uses: ./.gitea/limbo_actions/buildkit-build-push
with: with:
registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }} registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }} registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_USERNAME }}
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }} registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PASSWORD }}
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }} buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
dockerfile: ${{gitea.workspace}}/docker dockerfile: ${{gitea.workspace}}/docker
tags: git.limbosolutions.com/kb/borg-backup tags: oci.limbosolutions.com/public/borg-backup
+3 -3
View File
@@ -21,7 +21,7 @@
```yaml ```yaml
services: services:
borg-backup: borg-backup:
image: git.limbosolutions.com/kb/borg-backup:latest image: oci.limbosolutions.com/public/borg-backup:latest
restart: no restart: no
environment: environment:
- BORG_REPO=${BORG_REPO} - BORG_REPO=${BORG_REPO}
@@ -51,7 +51,7 @@ configs:
```yaml ```yaml
services: services:
borg-backup: borg-backup:
image: git.limbosolutions.com/kb/borg-backup:latest image: oci.limbosolutions.com/public/borg-backup:latest
command: create ${BORG_REPO}::repos-$(date +%Y%m%d%H%M%S) /mnt/user command: create ${BORG_REPO}::repos-$(date +%Y%m%d%H%M%S) /mnt/user
restart: no restart: no
@@ -86,7 +86,7 @@ configs:
```yaml ```yaml
services: services:
borg: borg:
image: git.limbosolutions.com/kb/borg-backup:alpha image: oci.limbosolutions.com/public/borg-backup
environment: environment:
- BORG_REPO=${BORG_REPO} - BORG_REPO=${BORG_REPO}