~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

Fix config + install Wrangler CLI to image

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

Changed files
+3 -2
.github
workflows
+1 -1
.github/workflows/docker.yml
···
- uses: actions/checkout@v3
- uses: hadolint/hadolint-action@v3.1.0
with:
-
dockerfile: .gitpod.Dockerifle
+
dockerfile: .gitpod.Dockerfile
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
+2 -1
.gitpod.Dockerfile
···
# brew maintenance + install ShellCheck and Hadolint
WORKDIR /home/gitpod
-
RUN brew update && brew install hadolint shellcheck
+
RUN brew update && brew install hadolint shellcheck \
+
&& npm i -g wrangler