workflows: don't use cache on release tag

This commit is contained in:
selsta 2021-05-13 20:02:48 +02:00
parent 937cb98256
commit afb88ff511
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -96,6 +96,7 @@ jobs:
with:
submodules: recursive
- uses: satackey/action-docker-layer-caching@v0.0.10
if: "!startsWith(github.ref, 'refs/tags/v')"
continue-on-error: true
with:
key: docker-linux-static-{hash}
@ -125,6 +126,7 @@ jobs:
with:
submodules: recursive
- uses: satackey/action-docker-layer-caching@v0.0.10
if: "!startsWith(github.ref, 'refs/tags/v')"
continue-on-error: true
with:
key: docker-windows-static-{hash}