Explorar el Código

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

Bump docker/bake-action from 3 to 4
Mohammad Abdolirad hace 1 año
padre
commit
6da9ee9757
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

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

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