ci: remove dead BASE_TAGS reference in release bake step

steps.determine-version doesn't exist in docker-build; the expression
  resolves to empty string. The HCL default (testing) would have
  applied, but it's moot - the bake uses push-by-digest=true so tags are
  only set in merge-manifests. Dead code.
This commit is contained in:
TriplEight 2026-03-22 09:47:32 +01:00
parent 2b3736802d
commit 7653d52dab
No known key found for this signature in database
GPG key ID: 9E9B1BBD89CE29A1

View file

@ -183,7 +183,6 @@ jobs:
id: bake_vw
uses: docker/bake-action@82490499d2e5613fcead7e128237ef0b0ea210f7 # v7.0.0
env:
BASE_TAGS: "${{ steps.determine-version.outputs.BASE_TAGS }}"
SOURCE_COMMIT: "${{ env.SOURCE_COMMIT }}"
SOURCE_VERSION: "${{ env.SOURCE_VERSION }}"
SOURCE_REPOSITORY_URL: "${{ env.SOURCE_REPOSITORY_URL }}"