Skip to content

Commit

Permalink
Add docker save local
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <john@testifysec.com>
  • Loading branch information
jkjell committed Nov 9, 2023
1 parent ed09f42 commit f0e0e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: build-image
attestations: "git github environment"
attestations: "git github environment oci"
command: |
/bin/sh -c "docker buildx build -t ${{ steps.meta.outputs.tags }} --push . > build-image-output"
/bin/sh -c "docker buildx build -t ${{ steps.meta.outputs.tags }} --push . && docker buildx build ${{ steps.meta.outputs.tags }} --save . > image.tar"
outputs:
tags: ${{ steps.meta.outputs.tags }}

Expand Down

0 comments on commit f0e0e77

Please sign in to comment.