Skip to content

feat: move image to server component to see if it preloads correctly #10

feat: move image to server component to see if it preloads correctly

feat: move image to server component to see if it preloads correctly #10

Workflow file for this run

name: Docker Image CI for GHCR
on: push
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
- name: Build and push the image
run: |
echo "${{ secrets.GH_PAT }}" | docker login --username louismollick --password-stdin ghcr.io
docker build . --tag ghcr.io/louismollick/bilingualmanga:latest
docker push ghcr.io/louismollick/bilingualmanga:latest