Files
proxmox/.gitea/workflows/ docker-image.deploy.yml
Márcio Fernandes ac49330e92
All checks were successful
/ build-image (push) Successful in 15s
modified: .gitea/workflows/ docker-image.deploy.yml
2026-03-15 00:23:03 +00:00

38 lines
1022 B
YAML

on:
push:
paths:
- "docker/**"
- ".gitea/**"
- "pbsclient/**"
schedule:
- cron: "0 16 * * Sun"
jobs:
build-image:
runs-on: oci-image-builder
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Fetch limbo public actions
env:
RUNNER_TEMP: "${{ runner.temp }}"
WORKSPACE: "${{ gitea.workspace }}"
run: |
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
- name: Build and Push Image
uses: ./.gitea/limbo_actions/buildkit-build-push
with:
registry_addr: git.limbosolutions.com
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
buildkit_addr: tcp://buildkitd.buildkit.svc.cluster.local:1234
context: ./pbsclient
dockerfile: ./pbsclient/docker
name: git.limbosolutions.com/kb/pbsclient:latest