modified: .gitea/workflows/ssh-client-build-deploy.yaml
/ ssh-client-container-build-push (push) Failing after 19s
/ ssh-client-container-build-push (push) Failing after 19s
This commit is contained in:
@@ -17,7 +17,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Fetch limbo public actions
|
||||
|
||||
env:
|
||||
RUNNER_TEMP: "${{ runner.temp }}"
|
||||
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
|
||||
|
||||
- name: Build and push ssh-client container images
|
||||
uses: ./.gitea/actions/buildkit-build-push-dev
|
||||
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||
with:
|
||||
tags: oci.limbosolutions.com/public/ssh-client:latest
|
||||
registry_addr: ${{ vars.OCI_LIMBO_REGISTRY_ADDRESS }}
|
||||
|
||||
Reference in New Issue
Block a user