From b2cb7209ff089410833117710f6a3cc1fc6c1b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:19:39 +0000 Subject: [PATCH] Bump docker/bake-action from 4.0.0 to 4.1.0 (#141) --- .github/workflows/build-images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index 36a0878..8020ff9 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -97,7 +97,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4.0.0 + uses: docker/bake-action@v4.1.0 with: pull: true push: ${{ github.ref == 'refs/heads/main' }} @@ -157,7 +157,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4.0.0 + uses: docker/bake-action@v4.1.0 with: pull: true push: ${{ github.ref == 'refs/heads/main' }} @@ -217,7 +217,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/bake-action@v4.0.0 + uses: docker/bake-action@v4.1.0 with: pull: true push: ${{ github.ref == 'refs/heads/main' }}