modified: .gitea/workflows/ssh-client-build-deploy.yaml
modified: .gitea/workflows/ssh-server-build-deploy.yaml
This commit is contained in:
@@ -19,21 +19,17 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Log in to git.limbosolutions.com container registry
|
- name: Build and push ssh-client container images
|
||||||
uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
registry: git.limbosolutions.com
|
|
||||||
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
|
||||||
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
|
||||||
|
|
||||||
- name: Build and push ssh-client Docker images
|
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
file: ${{gitea.workspace}}/docker/ssh-client/Dockerfile
|
|
||||||
push: true
|
|
||||||
tags: git.limbosolutions.com/kb/ssh-client
|
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: .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,17 +19,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Log in to git.limbosolutions.com container registry
|
|
||||||
uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
registry: git.limbosolutions.com
|
|
||||||
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
|
||||||
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
|
||||||
|
|
||||||
- name: Build ssh-server images
|
- name: Build ssh-server images
|
||||||
run: BUILD_ENV=prod ./scripts/build.sh
|
run: BUILD_ENV=prod ./scripts/build.sh
|
||||||
|
|
||||||
- name: Push image
|
# - name: Push image
|
||||||
run: docker push git.limbosolutions.com/kb/ssh-server
|
# run: docker push git.limbosolutions.com/kb/ssh-server
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user