mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update docker.yml
This commit is contained in:
parent
e456de3476
commit
356bf3573b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64, linux/arm64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.string.outputs.lowercase }}
|
tags: ${{ steps.string.outputs.lowercase }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue