mirror of
https://github.com/hexastack/hexabot
synced 2025-03-10 06:10:18 +00:00
fix: remove target
This commit is contained in:
parent
4c58f55838
commit
46d1f6cc0d
1
.github/workflows/docker-base.yml
vendored
1
.github/workflows/docker-base.yml
vendored
@ -46,7 +46,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./api/
|
context: ./api/
|
||||||
target: production
|
|
||||||
file: ./api/Dockerfile.base
|
file: ./api/Dockerfile.base
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user