🐛Fixed "file not found" error in bake action
This commit is contained in:
committed by
Anton Shepilov
parent
a8b4d84bef
commit
38385a0145
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user