From 743d2e9123d0f3193be7e13f768b9921fcd9d62a Mon Sep 17 00:00:00 2001 From: Anton SHEPILOV Date: Tue, 22 Apr 2025 13:22:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8FUpgraded=20docker=20bake=20ac?= =?UTF-8?q?tion=20to=20support=20new=20GitHub=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- .github/workflows/publish_feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d83a8f5a..889f999d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/bake-action@v4 + uses: docker/bake-action@v6 with: files: | ./docker-bake.hcl diff --git a/.github/workflows/publish_feature.yml b/.github/workflows/publish_feature.yml index b5e5ea5c..37de1945 100644 --- a/.github/workflows/publish_feature.yml +++ b/.github/workflows/publish_feature.yml @@ -55,7 +55,7 @@ jobs: password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build and push - uses: docker/bake-action@v4 + uses: docker/bake-action@v6 with: files: | ./docker-bake.hcl