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:
Tarun Pothulapati 2023-06-19 01:29:45 +05:30 committed by GitHub
parent 19d7622280
commit 3aa7c0d7a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: