Skip to content

Commit 0d09bb2

Browse files
committed
Remove output parameter to container build
1 parent 67b49d7 commit 0d09bb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/_container.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
# Need load and tags so we can test it below
3434
load: true
3535
tags: tag_for_testing
36-
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)