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:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: mongodb
|
||||
|
||||
- uses: docker/setup-qemu-action@v3
|
||||
|
||||
|
@ -47,7 +45,6 @@ jobs:
|
|||
- uses: docker/build-push-action@v5
|
||||
name: Build & Push
|
||||
with:
|
||||
context: mongodb
|
||||
platforms: linux/amd64,linux/arm64
|
||||
pull: true
|
||||
push: true
|
||||
|
|
Loading…
Reference in a new issue