This commit is contained in:
@@ -22,11 +22,16 @@ jobs:
|
||||
username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker images
|
||||
- name: Build and push ssh-client Docker images
|
||||
id: push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ${{gitea.workspace}}/docker/Dockerfile
|
||||
file: ${{gitea.workspace}}/docker/ssh-client/Dockerfile
|
||||
push: true
|
||||
tags: git.limbosolutions.com/kb/ssh-client
|
||||
tags: git.limbosolutions.com/kb/ssh-client
|
||||
|
||||
- name: Build ssh-server images
|
||||
run: |
|
||||
cd ${{gitea.workspace}}/ssh-server
|
||||
BUILD_ENV=prod ./scripts/build.sh
|
||||
Reference in New Issue
Block a user