Skip to content

feat: prefetch next image path explicitly #9

feat: prefetch next image path explicitly

feat: prefetch next image path explicitly #9

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