From 6849581c8882cace531e815c97c39a84175072b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 19:32:37 +0000 Subject: [PATCH] chore(deps): update docker/bake-action action to v6.4.0 --- .github/workflows/deploy-hato-bot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-hato-bot.yml b/.github/workflows/deploy-hato-bot.yml index 214074bbdf..024dcee548 100644 --- a/.github/workflows/deploy-hato-bot.yml +++ b/.github/workflows/deploy-hato-bot.yml @@ -49,7 +49,7 @@ jobs: - run: echo 'TAG_NAME=${{ github.event.release.tag_name }}' >> "$GITHUB_ENV" if: ${{ github.event_name == 'release' }} - name: Build and push (build) - uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6.3.0 + uses: docker/bake-action@4f08b22a19b3133912e9acbf7da9bfa25184a173 # v6.4.0 env: DOCKER_CONTENT_TRUST: 1 with: @@ -57,7 +57,7 @@ jobs: files: build.docker-compose.yml source: . - name: Build and push (main) - uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6.3.0 + uses: docker/bake-action@4f08b22a19b3133912e9acbf7da9bfa25184a173 # v6.4.0 env: DOCKER_CONTENT_TRUST: 1 with: @@ -65,7 +65,7 @@ jobs: files: docker-compose.yml source: . - name: Build and push (dev) - uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6.3.0 + uses: docker/bake-action@4f08b22a19b3133912e9acbf7da9bfa25184a173 # v6.4.0 env: DOCKER_CONTENT_TRUST: 1 with: @@ -75,7 +75,7 @@ jobs: - run: echo 'TAG_NAME=latest' >> "$GITHUB_ENV" if: ${{ github.event_name == 'release' }} - name: Build and push (build) (latest) - uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6.3.0 + uses: docker/bake-action@4f08b22a19b3133912e9acbf7da9bfa25184a173 # v6.4.0 if: ${{ github.event_name == 'release' }} env: DOCKER_CONTENT_TRUST: 1 @@ -84,7 +84,7 @@ jobs: files: build.docker-compose.yml source: . - name: Build and push (main) (latest) - uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6.3.0 + uses: docker/bake-action@4f08b22a19b3133912e9acbf7da9bfa25184a173 # v6.4.0 if: ${{ github.event_name == 'release' }} env: DOCKER_CONTENT_TRUST: 1 @@ -93,7 +93,7 @@ jobs: files: docker-compose.yml source: . - name: Build and push (dev) (latest) - uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6.3.0 + uses: docker/bake-action@4f08b22a19b3133912e9acbf7da9bfa25184a173 # v6.4.0 if: ${{ github.event_name == 'release' }} env: DOCKER_CONTENT_TRUST: 1