Просмотр исходного кода

add missing tag for build during merge workflow

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 1 год назад
Родитель
Сommit
ef1931c8de
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/merge.yml

+ 1 - 0
.github/workflows/merge.yml

@@ -114,6 +114,7 @@ jobs:
           source: .
           source: .
           files: |
           files: |
             ./docker-bake.hcl
             ./docker-bake.hcl
+            ${{ steps.meta.outputs.bake-file }}
           targets: image-cross
           targets: image-cross
           push: ${{ github.event_name != 'pull_request' }}
           push: ${{ github.event_name != 'pull_request' }}
           sbom: true
           sbom: true