Parcourir la source

Change bake files order

Mohammad Abdolirad il y a 2 ans
Parent
commit
54ef43d150
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 }}