This commit is contained in:
parent
ad3df443ab
commit
4b0cd35609
@ -17,6 +17,19 @@ jobs:
|
|||||||
-
|
-
|
||||||
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
|
||||||
|
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: false
|
||||||
|
tags: git.jonb.io/jblu/jonbio:latest
|
||||||
-
|
-
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
@ -43,19 +56,6 @@ jobs:
|
|||||||
# key: ${{ runner.os }}-nextjs-${{ steps.get-hash.outputs.hash('**/yarn.lock') }}-${{ steps.get-hash.outputs.hash('**/yarn.lock', '**.[jt]sx') }}
|
# key: ${{ runner.os }}-nextjs-${{ steps.get-hash.outputs.hash('**/yarn.lock') }}-${{ steps.get-hash.outputs.hash('**/yarn.lock', '**.[jt]sx') }}
|
||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# ${{ steps.get-hash.outputs.hash }}
|
# ${{ steps.get-hash.outputs.hash }}
|
||||||
# -
|
|
||||||
# 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
|
|
||||||
|
|
||||||
# deploy:
|
# deploy:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user