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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
steps:
|
steps:
|
||||||
# -
|
-
|
||||||
# name: Set up Docker Buildx
|
name: Set up Docker Buildx
|
||||||
# uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
# -
|
-
|
||||||
# name: Login to Docker Hub
|
name: Login to Docker Hub
|
||||||
# uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
# with:
|
with:
|
||||||
# registry: git.jonb.io
|
registry: git.jonb.io
|
||||||
# username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
# password: ${{ secrets.JONBIO_CI }}
|
password: ${{ secrets.JONBIO_CI }}
|
||||||
# -
|
-
|
||||||
# name: Build and push
|
name: Build and push
|
||||||
# uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
# with:
|
with:
|
||||||
# push: true
|
push: true
|
||||||
# tags: git.jonb.io/jblu/jonbio:latest
|
tags: git.jonb.io/jblu/jonbio:latest
|
||||||
-
|
-
|
||||||
name: Deploy App
|
name: Deploy App
|
||||||
uses: fjogeleit/http-request-action@v1
|
uses: fjogeleit/http-request-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user