This commit is contained in:
parent
ac7f161f41
commit
92164ecbdb
@ -46,24 +46,24 @@ jobs:
|
|||||||
- run: yarn
|
- run: yarn
|
||||||
- run: EXPORT=1 UNOPTIMIZED=1 yarn build
|
- run: EXPORT=1 UNOPTIMIZED=1 yarn build
|
||||||
|
|
||||||
# -
|
-
|
||||||
# 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
|
||||||
# cache-from: type=registry,ref=git.jonb.io/jblu/jonbio:buildcache
|
cache-from: type=registry,ref=git.jonb.io/jblu/jonbio:buildcache
|
||||||
# cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=git.jonb.io/jblu/jonbio:buildcache,mode=max
|
cache-to: type=registry,image-manifest=true,oci-mediatypes=true,ref=git.jonb.io/jblu/jonbio:buildcache,mode=max
|
||||||
|
|
||||||
# deploy:
|
# deploy:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user