mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix(ci): never try to push on test pull request
This commit is contained in:
parent
1587ce779d
commit
16f0cdc1bf
2
.github/workflows/container_test.yml
vendored
2
.github/workflows/container_test.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
context: ./docker
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
push: false
|
||||
file: ./docker/Dockerfile
|
||||
platforms: ${{ matrix.platform }}/${{ matrix.arch }}
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue