2
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m54s

This commit is contained in:
Jonathan Branan 2024-10-27 19:48:56 -05:00
parent ad3df443ab
commit 4b0cd35609

View File

@ -17,6 +17,19 @@ jobs:
-
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: false
tags: git.jonb.io/jblu/jonbio:latest
-
uses: actions/setup-go@v3
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') }}
# restore-keys: |
# ${{ 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:
# runs-on: ubuntu-latest