🐛Fixed "file not found" error in bake action

This commit is contained in:
Anton SHEPILOV
2025-04-22 13:50:59 +02:00
committed by Anton Shepilov
parent a8b4d84bef
commit 38385a0145
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 }}