chore: upgrade docker v19.03.12 (#348)

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
This commit is contained in:
Yoan Blanc
2020-08-30 07:55:22 +02:00
committed by GitHub
parent 85f89e16eb
commit 3eef111e46
5 changed files with 49 additions and 44 deletions

View File

@@ -23,6 +23,22 @@ jobs:
env:
CGO_ENABLED: 0
snapshot:
if: ${{ github.event_name == 'pull_request' }}
needs:
- lint
- test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --snapshot --rm-dist
env:
SNAPSHOT_VERSION: "v0.0.0"
release:
if: startsWith(github.ref, 'refs/tags/v')
needs: