modified: .gitea/workflows/ssh-client-build-deploy.yaml
All checks were successful
/ ssh-client (push) Successful in 13s
All checks were successful
/ ssh-client (push) Successful in 13s
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
- "docker/ssh-client/**"
|
||||
- ".gitea/workflows/ssh-client**"
|
||||
schedule:
|
||||
- cron: "0 15 * * 6" #every Saturday at 3:00 PM,
|
||||
- cron: "0 14 * * 6" #every Saturday at 2:00 PM,
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -18,17 +18,17 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build and push ssh-client container images
|
||||
id: push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
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: .
|
||||
# - name: Build and push ssh-client container images
|
||||
# id: push
|
||||
# uses: docker/build-push-action@v6
|
||||
# with:
|
||||
# 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: .
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user