Skip to content

Commit 5d68532

Browse files
fix docker image tag
1 parent dddf565 commit 5d68532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
env:
66
REGISTRY: ghcr.io
7-
IMAGE_NAME_CACHE: ghcr.io/${{ github.repository }}:_buildcache
7+
IMAGE_NAME_CACHE: ghcr.io/${{ github.repository }}:latest
88

99
jobs:
1010
build-image:

0 commit comments

Comments
 (0)