Paths!
This commit is contained in:
parent
8671c5ee2e
commit
2f48732e4c
1 changed files with 0 additions and 3 deletions
3
.github/workflows/mongodb.yml
vendored
3
.github/workflows/mongodb.yml
vendored
|
@ -24,8 +24,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
sparse-checkout: mongodb
|
|
||||||
|
|
||||||
- uses: docker/setup-qemu-action@v3
|
- uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
|
@ -47,7 +45,6 @@ jobs:
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v5
|
||||||
name: Build & Push
|
name: Build & Push
|
||||||
with:
|
with:
|
||||||
context: mongodb
|
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in a new issue