changed image name to oci.limbosolutions.com/public/devcontainers/devops:latest
/ build-push-image (push) Successful in 17s

This commit is contained in:
Márcio Fernandes
2026-05-03 21:56:36 +00:00
parent 903d435ce3
commit 74d2c76797
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -26,10 +26,10 @@ jobs:
- name: Build and push Image
uses: ./.gitea/limbo_actions/buildkit-build-push
with:
tags: oci.limbosolutions.com/devcontainers/devops:latest
tags: oci.limbosolutions.com/public/devcontainers/devops:latest
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_USERNAME }}
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_PASSWORD }}
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_PUBLIC_USERNAME }}
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PUBLIC_PASSWORD }}
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
dockerfile: ${{gitea.workspace}}/devops
context: ${{gitea.workspace}}/devops
+1 -1
View File
@@ -16,7 +16,7 @@ Add a `.devcontainer/devcontainer.json` to your project that points to the publi
```json
{
"image": "oci.limbosolutions.com/devcontainers/devops:latest",
"image": "oci.limbosolutions.com/public/devcontainers/devops:latest",
}
```
+1 -1
View File
@@ -1,5 +1,5 @@
{
"image": "oci.limbosolutions.com/devcontainers/devops:latest",
"image": "oci.limbosolutions.com/public/devcontainers/devops:latest",
"remoteUser": "vscode",
"name": "devops-devs",
"runArgs": [