mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
feat(CI): Update weekly build image name to be dragonfly-weekly
(#1384)
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.
This commit is contained in:
parent
19d7622280
commit
3aa7c0d7a8
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker-weekly.yml
vendored
5
.github/workflows/docker-weekly.yml
vendored
|
@ -16,8 +16,9 @@ jobs:
|
|||
uses: ./.github/workflows/reusable-container-workflow.yaml
|
||||
with:
|
||||
build_type: dev
|
||||
tag: alpha
|
||||
image: ghcr.io/${{ github.repository }}
|
||||
tag: ${{ github.sha}}
|
||||
tag_latest: true
|
||||
image: ghcr.io/dragonflydb/dragonfly-weekly
|
||||
registry: ghcr.io
|
||||
registry_username: ${{ github.repository_owner }}
|
||||
secrets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue