From 3aa7c0d7a8b1f7ea8e145a59c61b044845be0cc1 Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Mon, 19 Jun 2023 01:29:45 +0530 Subject: [PATCH] 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. --- .github/workflows/docker-weekly.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-weekly.yml b/.github/workflows/docker-weekly.yml index bc54f18e8..f62f2dd48 100644 --- a/.github/workflows/docker-weekly.yml +++ b/.github/workflows/docker-weekly.yml @@ -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: