Skip to content

Commit c77d460

Browse files
committed
feat(CI): Update weekly build image name to be dragonfly-weekly
This commit updates the weekly docker build to use `dragonfly-weekly` image tag so that we get better separation. We also now push these images with the github sha commit tags. We also update `latest` as these get pushed.
1 parent e837b3d commit c77d460

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker-weekly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
uses: ./.github/workflows/reusable-container-workflow.yaml
1717
with:
1818
build_type: dev
19-
tag: alpha
20-
image: ghcr.io/${{ github.repository }}
19+
tag: ${{ github.sha}}
20+
tag_latest: true
21+
image: ghcr.io/dragonflydb/dragonfly-weekly
2122
registry: ghcr.io
2223
registry_username: ${{ github.repository_owner }}
2324
secrets:

0 commit comments

Comments
 (0)