From 2fab338a5e797b5992a8a0cd85f2fe36b58df26b Mon Sep 17 00:00:00 2001 From: Nicky Semenza Date: Wed, 30 Nov 2022 09:04:17 -0800 Subject: [PATCH] add workflow to run goreleaser snapshot --- .github/workflows/snapshot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/snapshot.yml diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml new file mode 100644 index 000000000..728ee3d96 --- /dev/null +++ b/.github/workflows/snapshot.yml @@ -0,0 +1,18 @@ +name: Image snapshots + +on: + push: + pull_request: + branches: [master] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: make snapshot + - name: Archive snapshot artifacts + uses: actions/upload-artifact@v3 + with: + name: binaries + path: dist/