modified: .gitea/workflows/ docker-image.deploy.yml
Some checks failed
/ build-image (push) Failing after 14s
Some checks failed
/ build-image (push) Failing after 14s
This commit is contained in:
@@ -15,8 +15,16 @@ jobs:
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Fetch limbo public actions
|
||||
env:
|
||||
RUNNER_TEMP: "${{ runner.temp }}"
|
||||
WORKSPACE: "${{ gitea.workspace }}"
|
||||
run: |
|
||||
curl -fsSL https://git.limbosolutions.com/kb/gitea/raw/branch/main/cloud-scripts/setup-limbo-actions.sh | bash 2>&1
|
||||
|
||||
- name: Build and Push Image
|
||||
uses: ./.gitea/actions/buildkit-build-push
|
||||
uses: ./.gitea/public_actions/buildkit-build-push
|
||||
with:
|
||||
registry_addr: git.limbosolutions.com
|
||||
registry_username: ${{ secrets.GITLIMBO_DOCKER_REGISTRY_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user