Merge pull request #2292 from logband/master
fix(ci): update latest to only run once
This commit is contained in:
3
.github/workflows/container_test.yml
vendored
3
.github/workflows/container_test.yml
vendored
@@ -1,7 +1,6 @@
|
||||
name: "docker: test building container images"
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch: []
|
||||
|
||||
@@ -47,7 +46,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