move to oci.limbosolutions.com
/ build-container-image (push) Successful in 2m0s

This commit is contained in:
Márcio Fernandes
2026-05-03 01:42:48 +00:00
parent 52cf76ed26
commit a9b65e53c4
5 changed files with 32 additions and 32 deletions
+26
View File
@@ -0,0 +1,26 @@
on:
push:
branches:
- main
schedule:
- cron: '@weekly' # once per week
jobs:
build-container-image:
runs-on: ["oci-image-builder", "amd64"]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build and push Docker Image
uses: ./.gitea/limbo_actions/buildkit-build-push
with:
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 }}
context: ${{gitea.workspace}}/acts/fatboy
dockerfile: ${{gitea.workspace}}/acts/fatboy
tags: oci.limbosolutions.com/public/gitea-act:fatboy-latest
@@ -1,26 +0,0 @@
on:
push:
branches:
- main
schedule:
- cron: '@weekly' # once per week
jobs:
build-docker-image:
runs-on: ["oci-image-builder", "amd64"]
steps:
- name: Checkout code
uses: actions/checkout@v2
- 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 }}
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
context: ${{gitea.workspace}}/acts/network-stack
dockerfile: ${{gitea.workspace}}/acts/network-stack
tags: git.limbosolutions.com/kb/gitea/act:latest-network-stack
@@ -6,7 +6,7 @@ on:
- cron: '@weekly' # once per week
jobs:
build-docker-image:
build-container-image:
runs-on: ["oci-image-builder", "amd64"]
steps:
@@ -17,12 +17,12 @@ 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 }}
context: ${{gitea.workspace}}/act-runners/fatboy
dockerfile: ${{gitea.workspace}}/act-runners/fatboy
tags: git.limbosolutions.com/kb/gitea/act_runner:0.6-fatboy
tags: oci.limbosolutions.com/public/gitea-act_runner:fatboy-0.6
+1 -1
View File
@@ -106,7 +106,7 @@ This container equips the Gitea Actions runner with a networkaware toolchain,
**Docker pull**
``` bash
docker pull git.limbosolutions.com/kb/gitea/act_runner:0.2.13-network-stack
docker pull oci.limbosolutions.com/public/gitea-act_runner:0.6-fatboy
```
[Dockerfile source file.](./runners/act-runner-network-stack/Dockerfile)