This commit is contained in:
@@ -27,10 +27,10 @@ jobs:
|
||||
- name: Build and push Docker Image
|
||||
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||
with:
|
||||
registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }}
|
||||
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
||||
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
||||
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
||||
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_USERNAME }}
|
||||
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PASSWORD }}
|
||||
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
||||
dockerfile: ${{gitea.workspace}}/docker
|
||||
tags: git.limbosolutions.com/kb/borg-backup
|
||||
tags: oci.limbosolutions.com/public/borg-backup
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
```yaml
|
||||
services:
|
||||
borg-backup:
|
||||
image: git.limbosolutions.com/kb/borg-backup:latest
|
||||
image: oci.limbosolutions.com/public/borg-backup:latest
|
||||
restart: no
|
||||
environment:
|
||||
- BORG_REPO=${BORG_REPO}
|
||||
@@ -51,7 +51,7 @@ configs:
|
||||
```yaml
|
||||
services:
|
||||
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
|
||||
restart: no
|
||||
|
||||
@@ -86,7 +86,7 @@ configs:
|
||||
```yaml
|
||||
services:
|
||||
borg:
|
||||
image: git.limbosolutions.com/kb/borg-backup:alpha
|
||||
image: oci.limbosolutions.com/public/borg-backup
|
||||
|
||||
environment:
|
||||
- BORG_REPO=${BORG_REPO}
|
||||
|
||||
Reference in New Issue
Block a user