fix: docker github action for ce images (#10800)

- Fix the docker tag issue during push stage for ce image build
This commit is contained in:
Vishnu Narayanan
2025-01-30 15:52:01 +05:30
committed by GitHub
parent 2c75ccb004
commit 55f1690d9e

View File

@@ -79,7 +79,7 @@ jobs:
file: docker/Dockerfile
platforms: ${{ matrix.platform }}
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
outputs: type=image,name=${{ env.DOCKER_TAG }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=${{ env.DOCKER_REPO }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |