mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
trialing github release actions
This commit is contained in:
parent
4c60a2a967
commit
00f6981314
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user