Skip to content

Commit 816687c

Browse files
committed
Remove load from build-push-action
1 parent 80178a8 commit 816687c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_container.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
with:
3232
context: .
3333
# Need load and tags so we can test it below
34-
load: true
3534
tags: tag_for_testing
36-
outputs: dest=${{ runner.temp }}/myimage.tar
35+
outputs: type=docker,dest=${{ runner.temp }}/myimage.tar
3736

3837
- name: Test cli works in cached runtime image
3938
run: docker run --rm tag_for_testing --version

0 commit comments

Comments
 (0)