Skip to content

Commit 8a6e31e

Browse files
committed
enable docker image cache
1 parent 0da3557 commit 8a6e31e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish-docker-latest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ jobs:
3636
platforms: linux/amd64,linux/arm64
3737
push: true
3838
tags: ghcr.io/timescale/hermes/sandbox:latest
39+
cache-from: type=gha
40+
cache-to: type=gha,mode=max

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ jobs:
4444
push: true
4545
tags: ${{ steps.meta.outputs.tags }}
4646
labels: ${{ steps.meta.outputs.labels }}
47+
cache-from: type=gha
48+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)