Skip to content

Commit 11591eb

Browse files
Move Docker cache to separate package
1 parent f91c802 commit 11591eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
REGISTRY: ghcr.io
1111
IMAGE_NAME: ${{ github.repository }}
12-
CACHE_IMAGE: ghcr.io/deeplearnphysics/spine:buildcache
12+
CACHE_IMAGE: ghcr.io/deeplearnphysics/spine-buildcache:buildcache
1313

1414
jobs:
1515
build-spine:

0 commit comments

Comments
 (0)