added github caching to release workflow

This commit is contained in:
Kwitsch 2022-10-21 23:24:04 +02:00
parent 4c3c2c3d86
commit 3a8c4d1609

View file

@ -77,6 +77,8 @@ jobs:
build-args: |
VERSION=${{ steps.get_vars.outputs.version }}
BUILD_TIME=${{ steps.get_vars.outputs.build_time }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2