modified: .github/workflows/build_docker.yml

This commit is contained in:
elseif 2026-07-16 09:47:00 +08:00
parent ad036099ce
commit 672c225645

View File

@ -187,4 +187,4 @@ jobs:
- name: Update :latest tag for stable channel - name: Update :latest tag for stable channel
if: env.IS_LATEST == 'true' if: env.IS_LATEST == 'true'
run: | run: |
docker buildx imagetools create --provenance=false -t ${{ env.IMAGE }}:latest ${{ env.IMAGE }}:${{ env.VERSION }} docker buildx imagetools create -t ${{ env.IMAGE }}:latest ${{ env.IMAGE }}:${{ env.VERSION }}