feature/new-oci-deployment #2
@@ -17,7 +17,6 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Fetch limbo public actions
|
- name: Fetch limbo public actions
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUNNER_TEMP: "${{ runner.temp }}"
|
RUNNER_TEMP: "${{ runner.temp }}"
|
||||||
WORKSPACE: "${{ gitea.workspace }}"
|
WORKSPACE: "${{ gitea.workspace }}"
|
||||||
@@ -26,7 +25,7 @@ jobs:
|
|||||||
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
||||||
|
|
||||||
- name: Build and push ssh-client container images
|
- name: Build and push ssh-client container images
|
||||||
uses: ./.gitea/actions/buildkit-build-push-dev
|
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||||
with:
|
with:
|
||||||
tags: oci.limbosolutions.com/public/ssh-client:latest
|
tags: oci.limbosolutions.com/public/ssh-client:latest
|
||||||
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
||||||
|
|||||||
Reference in New Issue
Block a user