Skip to content

Commit

Permalink
Add push to docker build directly
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 1, 2023
1 parent fae0522 commit e18f8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
step: build-image
attestations: "git github environment oci"
command: |
/bin/sh -c "docker build -t ${{ steps.meta.outputs.tags }} . && docker save ${{ steps.meta.outputs.tags }} > image.tar"
/bin/sh -c "docker build -t ${{ steps.meta.outputs.tags }} --push . && docker save ${{ steps.meta.outputs.tags }} > image.tar"
- name: Docker Login
uses: docker/login-action@v3
Expand Down

0 comments on commit e18f8cd

Please sign in to comment.