mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
Quick cleanup my own mess
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
f1de11791e
commit
9898069fb9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
|
type=sha,enable=true,priority=100,prefix=commit-,suffix=,format=long
|
||||||
type=schedule,pattern=nightly
|
type=schedule,pattern=nightly
|
||||||
type=raw,prefix=branch-,value={{branch}}
|
type=raw,prefix=branch-,value={{branch}}
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: hadolint/hadolint-action@v3.1.0
|
- uses: hadolint/hadolint-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
|
@ -81,6 +81,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v4.1.1
|
uses: docker/build-push-action@v4.1.1
|
||||||
with:
|
with:
|
||||||
context: docker
|
context: docker
|
||||||
|
platforms: linux/amd64
|
||||||
#file: Dockerfile
|
#file: Dockerfile
|
||||||
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
|
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
|
||||||
push: false
|
push: false
|
||||||
|
@ -145,7 +146,6 @@ jobs:
|
||||||
type=schedule,pattern=nightly
|
type=schedule,pattern=nightly
|
||||||
type=raw,prefix=branch-,value={{branch}}
|
type=raw,prefix=branch-,value={{branch}}
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: hadolint/hadolint-action@v3.1.0
|
- uses: hadolint/hadolint-action@v3.1.0
|
||||||
with:
|
with:
|
||||||
dockerfile: .gitpod.Dockerfile
|
dockerfile: .gitpod.Dockerfile
|
||||||
|
@ -158,6 +158,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
platforms: linux/amd64
|
||||||
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
|
# workaround: https://github.com/moby/buildkit/issues/2713#issuecomment-1068540101
|
||||||
push: false
|
push: false
|
||||||
load: true
|
load: true
|
||||||
|
|
Loading…
Reference in a new issue