Fix runner release workflow to do docker-push (#347)

Apparently I have mistakenly removed `push` option from the workflow in #323 which resulted in new runner build #323 not being pushed. This fixes that.
This commit is contained in:
Yusuke Kuoka
2021-02-24 11:08:33 +09:00
committed by GitHub
parent 991535e567
commit 398791241e

View File

@@ -61,6 +61,7 @@ jobs:
context: ./runner
file: ./runner/${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
RUNNER_VERSION=${{ env.RUNNER_VERSION }}
DOCKER_VERSION=${{ env.DOCKER_VERSION }}