fix: config path (#978)

* fix: config path

* change cache

* use alpine

* workaround the lifecycle hook problem
This commit is contained in:
Florian Forster
2020-11-17 20:55:41 +01:00
committed by GitHub
parent 119ddbfa09
commit 955dec8694
4 changed files with 14 additions and 13 deletions

View File

@@ -31,7 +31,6 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ github.repository }}:coverage
push: false
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,mode=max,dest=/tmp/.buildx-cache
target: go-codecov
outputs: type=local,dest=.
- uses: codecov/codecov-action@v1