mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-25 19:45:05 +08:00
Remove context
This commit is contained in:
parent
40e87b9544
commit
3b1b9a277b
1
.github/workflows/publish-docker-latest.yml
vendored
1
.github/workflows/publish-docker-latest.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: getmeili/meilisearch:latest
|
||||
|
4
.github/workflows/publish-docker-tag.yml
vendored
4
.github/workflows/publish-docker-tag.yml
vendored
@ -11,6 +11,9 @@ jobs:
|
||||
docker-tag:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
@ -35,7 +38,6 @@ jobs:
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user