From e18f8cd7553a061f11bf3465bde0132a732db5f7 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Wed, 1 Nov 2023 05:38:22 -0500 Subject: [PATCH] Add push to docker build directly Signed-off-by: John Kjell --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a5a7b53..cc1f2f3 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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