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