modified: .gitea/workflows/ssh-client-build-deploy.yaml
modified: .gitea/workflows/ssh-server-build-deploy.yaml
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
ssh-client:
|
||||
ssh-client-container-build-push:
|
||||
runs-on: ["oci-image-builder", "amd64"]
|
||||
|
||||
steps:
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
registry_password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
||||
buildkit_addr: ${{ vars.BUILDKIT_ADDRESS }}
|
||||
dockerfile: ${{gitea.workspace}}/docker/ssh-client
|
||||
context: .
|
||||
context: ${{gitea.workspace}}/docker/ssh-client
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user