diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 11:57:08 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 11:57:08 +0900 |
| commit | 16f0cdc1bf02b8c0cbd37c6e1b2a64f69cb7a1f7 (patch) | |
| tree | 5ad4a393115a91e173629de8acdb8a7989e0f518 | |
| parent | 1587ce779d085a54381557859f4361b508fa5d22 (diff) | |
| download | seaweedfs-16f0cdc1bf02b8c0cbd37c6e1b2a64f69cb7a1f7.tar.xz seaweedfs-16f0cdc1bf02b8c0cbd37c6e1b2a64f69cb7a1f7.zip | |
fix(ci): never try to push on test pull request
| -rw-r--r-- | .github/workflows/container_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml index 410d1d21a..d787b988b 100644 --- a/.github/workflows/container_test.yml +++ b/.github/workflows/container_test.yml @@ -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 }} |
