From 00f69813148d3e62a304808ef154b32566b9a7dc Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 22 Dec 2020 19:56:56 +1100 Subject: [PATCH] trialing github release actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5a0b1b3..95c06eef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Publish image to Dockerhub +name: Release YQ on: push: tags: @@ -14,7 +14,7 @@ jobs: # steps for building assets - name: Cross compile run: | - sudo apt-get rhash + sudo apt-get install rhash -y go get github.com/mitchellh/gox ./scripts/xcompile.sh