mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +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
|
uses: ./.github/workflows/reusable-container-workflow.yaml
|
||||||
with:
|
with:
|
||||||
build_type: dev
|
build_type: dev
|
||||||
tag: alpha
|
tag: ${{ github.sha}}
|
||||||
image: ghcr.io/${{ github.repository }}
|
tag_latest: true
|
||||||
|
image: ghcr.io/dragonflydb/dragonfly-weekly
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
registry_username: ${{ github.repository_owner }}
|
registry_username: ${{ github.repository_owner }}
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue