Skip to content

Commit de49423

Browse files
authored
ci: fix docker bake v7 workdir configuration via source
1 parent 42b5712 commit de49423

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/app-builder.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ jobs:
137137
*.output=type=image,name=ghcr.io/${{ github.repository_owner }}/${{ inputs.app }},push-by-digest=true,name-canonical=true,push=true,compression=zstd,force-compression=true
138138
*.platform=${{ matrix.platform }}
139139
*.tags=
140-
source: .
140+
source: ./apps/${{ inputs.app }}
141141
targets: image
142-
workdir: ./apps/${{ inputs.app }}
143142

144143
- name: Export Digest
145144
run: |-

0 commit comments

Comments
 (0)