added tool cache
Some checks failed
Build and Deploy docker container / build (push) Failing after 3m29s
Some checks failed
Build and Deploy docker container / build (push) Failing after 3m29s
This commit is contained in:
parent
97c99e4ed8
commit
254b3da3ba
@ -11,23 +11,25 @@ concurrency:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache
|
||||
steps:
|
||||
# -
|
||||
# name: Set up Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
# -
|
||||
# name: Login to Docker Hub
|
||||
# uses: docker/login-action@v3
|
||||
# with:
|
||||
# registry: git.jonb.io
|
||||
# username: ${{ gitea.actor }}
|
||||
# password: ${{ secrets.JONBIO_CI }}
|
||||
# -
|
||||
# name: Build and push
|
||||
# uses: docker/build-push-action@v6
|
||||
# with:
|
||||
# push: true
|
||||
# tags: git.jonb.io/jblu/jonbio:latest
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.jonb.io
|
||||
username: ${{ gitea.actor }}
|
||||
password: ${{ secrets.JONBIO_CI }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: git.jonb.io/jblu/jonbio:latest
|
||||
-
|
||||
name: Deploy App
|
||||
uses: fjogeleit/http-request-action@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user