modified: .gitea/workflows/ docker-image.deploy.yml
All checks were successful
/ build-docker-image (push) Successful in 24s
All checks were successful
/ build-docker-image (push) Successful in 24s
This commit is contained in:
@@ -13,6 +13,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Fetch limbo public actions
|
||||
env:
|
||||
RUNNER_TEMP: "${{ runner.temp }}"
|
||||
@@ -20,8 +23,6 @@ jobs:
|
||||
run: |
|
||||
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build and push Docker Image
|
||||
uses: ./.gitea/limbo_actions/buildkit-build-push
|
||||
|
||||
Reference in New Issue
Block a user