Skip to content

fix: favicon, manifest.json 404 (#1) #14

fix: favicon, manifest.json 404 (#1)

fix: favicon, manifest.json 404 (#1) #14

Workflow file for this run

name: docker image build check
on:
push:
branches-ignore:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
push: false