瀏覽代碼

Change bake files order

Mohammad Abdolirad 2 年之前
父節點
當前提交
54ef43d150
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -51,8 +51,8 @@ jobs:
           push: ${{ github.ref == 'refs/heads/master' }}
           targets: ${{ matrix.variant }}
           files: |
-            ${{ steps.meta.outputs.bake-file }}
             ./docker-bake.hcl
+            ${{ steps.meta.outputs.bake-file }}
         env:
           CONTEXT: ${{ matrix.alpine }}