diff --git a/.gitea/workflows/ssh-client-build-deploy.yaml b/.gitea/workflows/ssh-client-build-deploy.yaml index 6d3e91a..cf01191 100644 --- a/.gitea/workflows/ssh-client-build-deploy.yaml +++ b/.gitea/workflows/ssh-client-build-deploy.yaml @@ -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 }}