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: