This commit is contained in:
@@ -26,10 +26,11 @@ 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
|
||||||
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_DEVCONTAINERS_USERNAME }}
|
||||||
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_PASSWORD }}
|
registry_password: ${{ secrets.OCI_LIMBO_REGISTRY_DEVCONTAINERS_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
|
||||||
tags: oci.limbosolutions.com/devcontainers/devops:latest
|
|
||||||
|
|||||||
Reference in New Issue
Block a user