~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website

Quick cleanup my own mess

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>

Changed files
+3 -2
.github
workflows
+3 -2
.github/workflows/docker.yml
···
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
type=schedule,pattern=nightly
type=raw,prefix=branch-,value={{branch}}
-
- uses: actions/checkout@v3
+
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: docker/Dockerfile
···
uses: docker/build-push-action@v4.1.1
with:
context: docker
+
platforms: linux/amd64
#file: Dockerfile
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
push: false
···
type=schedule,pattern=nightly
type=raw,prefix=branch-,value={{branch}}
-
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: .gitpod.Dockerfile
···
with:
context: .
file: .gitpod.Dockerfile
+
platforms: linux/amd64
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
push: false
load: true