Skip to content

Commit 03cb2df

Browse files
fix: update build-push action to load images instead of outputting type
1 parent 9400d2f commit 03cb2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
context: .
210210
file: ${{ matrix.component.flavor_directory }}/${{ matrix.component.directory }}/Dockerfile
211211
push: false
212-
outputs: type=docker
212+
load: true
213213
# Disable provenance as it creates weird multi-arch images: https://github.com/docker/build-push-action/issues/755
214214
provenance: false
215215
build-args: |

0 commit comments

Comments
 (0)