modified: .gitea/actions/buildkit-build-push-dev/action.yaml
/ ssh-client-container-build-push (push) Failing after 16s
/ ssh-client-container-build-push (push) Failing after 16s
modified: .gitea/workflows/ssh-client-build-deploy.yaml aa
This commit is contained in:
@@ -43,7 +43,7 @@ runs:
|
||||
mkdir -p "$DOCKER_CONFIG"
|
||||
|
||||
# clean up
|
||||
trap 'rm -rf "$DOCKER_CONFIG_DIR"' EXIT
|
||||
trap 'rm -rf "$DOCKER_CONFIG"' EXIT
|
||||
|
||||
|
||||
USER='${{ inputs.registry_username }}'
|
||||
|
||||
@@ -18,6 +18,7 @@ jobs:
|
||||
- name: Fetch limbo public actions
|
||||
env:
|
||||
RUNNER_TEMP: "${{ runner.temp }}"
|
||||
|
||||
WORKSPACE: "${{ gitea.workspace }}"
|
||||
run: |
|
||||
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
||||
|
||||
Reference in New Issue
Block a user