changed image name to oci.limbosolutions.com/public/devcontainers/devops:latest
/ build-push-image (push) Successful in 17s
/ build-push-image (push) Successful in 17s
This commit is contained in:
@@ -26,10 +26,10 @@ jobs:
|
|||||||
- name: Build and push Image
|
- name: Build and push Image
|
||||||
uses: ./.gitea/limbo_actions/buildkit-build-push
|
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||||
with:
|
with:
|
||||||
tags: oci.limbosolutions.com/devcontainers/devops:latest
|
tags: oci.limbosolutions.com/public/devcontainers/devops:latest
|
||||||
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
||||||
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_USERNAME }}
|
registry_username: ${{ secrets.OCI_LIMBO_REGISTRY_PUBLIC_USERNAME }}
|
||||||
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_PASSWORD }}
|
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_PUBLIC_PASSWORD }}
|
||||||
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
||||||
dockerfile: ${{gitea.workspace}}/devops
|
dockerfile: ${{gitea.workspace}}/devops
|
||||||
context: ${{gitea.workspace}}/devops
|
context: ${{gitea.workspace}}/devops
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Add a `.devcontainer/devcontainer.json` to your project that points to the publi
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"image": "oci.limbosolutions.com/devcontainers/devops:latest",
|
"image": "oci.limbosolutions.com/public/devcontainers/devops:latest",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"image": "oci.limbosolutions.com/devcontainers/devops:latest",
|
"image": "oci.limbosolutions.com/public/devcontainers/devops:latest",
|
||||||
"remoteUser": "vscode",
|
"remoteUser": "vscode",
|
||||||
"name": "devops-devs",
|
"name": "devops-devs",
|
||||||
"runArgs": [
|
"runArgs": [
|
||||||
|
|||||||
Reference in New Issue
Block a user