mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 14:25:38 -04:00
ci(caching): use cache-key without hash and docker cache without max setting
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
aadedb698a
commit
b8f6910fe2
2 changed files with 2 additions and 4 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
tags: ${{ steps.meta-data.outputs.tags }}
|
||||
labels: ${{ steps.meta-data.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha
|
||||
context: .
|
||||
build-args: |
|
||||
BUILD_VERSION=${{ github.event.head_commit.id }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue