modified: .gitea/workflows/ssh-server-build-deploy.yaml
Some checks failed
/ ssh-server (push) Failing after 13s
Some checks failed
/ ssh-server (push) Failing after 13s
This commit is contained in:
@@ -19,12 +19,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
- name: Build ssh-server images
|
||||
run: BUILD_ENV=prod ./scripts/build.sh
|
||||
|
||||
# - name: Build ssh-server images
|
||||
# run: BUILD_ENV=prod ./scripts/build.sh
|
||||
|
||||
# - name: Push image
|
||||
# run: docker push git.limbosolutions.com/kb/ssh-server
|
||||
- name: Push image
|
||||
run: docker push git.limbosolutions.com/kb/ssh-server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user