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 }}