Merge pull request #2292 from logband/master

fix(ci): update latest to only run once
This commit is contained in:
Chris Lu
2021-08-28 20:33:16 -07:00
committed by GitHub
3 changed files with 3 additions and 13 deletions

View File

@@ -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 }}