mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 08:23:40 +00:00
Fix config + install Wrangler CLI to image
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
a229a55370
commit
b35babf47a
2 changed files with 3 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: hadolint/hadolint-action@v3.1.0
|
- uses: hadolint/hadolint-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
dockerfile: .gitpod.Dockerifle
|
dockerfile: .gitpod.Dockerfile
|
||||||
|
|
||||||
# Build and push Docker image with Buildx (don't push on PR)
|
# Build and push Docker image with Buildx (don't push on PR)
|
||||||
# https://github.com/docker/build-push-action
|
# https://github.com/docker/build-push-action
|
||||||
|
|
3
.gitpod.Dockerfile
vendored
3
.gitpod.Dockerfile
vendored
|
@ -23,4 +23,5 @@ COPY --from=docker/buildx-bin:latest /buildx /usr/libexec/docker/cli-plugins/doc
|
||||||
|
|
||||||
# brew maintenance + install ShellCheck and Hadolint
|
# brew maintenance + install ShellCheck and Hadolint
|
||||||
WORKDIR /home/gitpod
|
WORKDIR /home/gitpod
|
||||||
RUN brew update && brew install hadolint shellcheck
|
RUN brew update && brew install hadolint shellcheck \
|
||||||
|
&& npm i -g wrangler
|
Loading…
Reference in a new issue