fix(ci): never try to push on test pull request
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user