ソースを参照

Merge pull request #22 from dockage/dependabot/github_actions/docker/bake-action-4

Bump docker/bake-action from 3 to 4
Mohammad Abdolirad 1 年間 前
コミット
6da9ee9757
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/ci.yml

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

@@ -69,7 +69,7 @@ jobs:
           password: ${{ secrets.DOCKERHUB_TOKEN }}
 
       - name: Build images
-        uses: docker/bake-action@v3
+        uses: docker/bake-action@v4
         with:
           push: ${{ github.ref_name == github.event.repository.default_branch }}
           targets: ${{ matrix.variant }}