diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 287dcd4f26..1a4982e9b4 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -156,7 +156,7 @@ jobs: sbom: true provenance: false target: production - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ env.docker_tags }} build-args: | commit_hash=${{ env.git_commit_hash }} commit_date=${{ env.git_commit_date }}