Skip to content

Commit 0f5395c

Browse files
committed
Adding oci export back
1 parent dd8aa76 commit 0f5395c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/-build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
BUILD_VERSION=alpha
8181
load: false
8282
push: ${{ inputs.push }}
83-
# outputs: ${{ (!inputs.push && 'type=oci,dest=image.tar') || '' }}
83+
outputs: ${{ (!inputs.push && 'type=oci,dest=image.tar') || '' }}
8484
secrets: |
8585
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
8686
tags: ${{ steps.image_tag.outputs.tag }}

0 commit comments

Comments
 (0)