From 38385a0145555954b535ab24408302bd0250ebc8 Mon Sep 17 00:00:00 2001 From: Anton SHEPILOV Date: Tue, 22 Apr 2025 13:50:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BFixed=20"file=20not=20found"=20erro?= =?UTF-8?q?r=20in=20bake=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 ++-- .github/workflows/publish_feature.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aa8ceb21..8199868e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,7 +56,7 @@ jobs: with: files: | ./docker-bake.hcl - ${{ steps.meta.outputs.bake-file-annotations }} - ${{ steps.meta.outputs.bake-file }} + cwd://${{ steps.meta.outputs.bake-file-annotations }} + cwd://${{ steps.meta.outputs.bake-file }} push: true targets: ${{ matrix.targets }} diff --git a/.github/workflows/publish_feature.yml b/.github/workflows/publish_feature.yml index 9aa13236..03b50e9d 100644 --- a/.github/workflows/publish_feature.yml +++ b/.github/workflows/publish_feature.yml @@ -59,7 +59,7 @@ jobs: with: files: | ./docker-bake.hcl - ${{ steps.meta.outputs.bake-file-annotations }} - ${{ steps.meta.outputs.bake-file }} + cwd://${{ steps.meta.outputs.bake-file-annotations }} + cwd://${{ steps.meta.outputs.bake-file }} push: true targets: ${{ matrix.targets }}