modified: .gitea/workflows/ssh-client-build-deploy.yaml
Some checks failed
/ ssh-client (push) Failing after 15s
Some checks failed
/ ssh-client (push) Failing after 15s
This commit is contained in:
@@ -18,17 +18,23 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: Build and push ssh-client container images
|
- name: Fetch limbo public actions
|
||||||
# id: push
|
env:
|
||||||
# uses: docker/build-push-action@v6
|
RUNNER_TEMP: "${{ runner.temp }}"
|
||||||
# with:
|
WORKSPACE: "${{ gitea.workspace }}"
|
||||||
# tags: git.limbosolutions.com/kb/ssh-client
|
run: |
|
||||||
# registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }}
|
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
||||||
# registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
|
||||||
# registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
- name: Build and push ssh-client container images
|
||||||
# buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||||
# dockerfile: ${{gitea.workspace}}/docker/ssh-client
|
with:
|
||||||
# context: .
|
tags: git.limbosolutions.com/kb/ssh-client
|
||||||
|
registry_addr: ${{ vars.GITLIMBO_DOCKER_REGISTRY_ADDRESS }}
|
||||||
|
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
||||||
|
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
||||||
|
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
||||||
|
dockerfile: ${{gitea.workspace}}/docker/ssh-client
|
||||||
|
context: .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user