diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 41531c1..82fb5bf 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -18,4 +18,15 @@ jobs: containerfiles: Containerfile image: ziax-fcos-custom layers: false - oci: true \ No newline at end of file + oci: true + - name: Push Image + uses: ./ + id: push + with: + image: ${{ steps.build-image.outputs.image }} + tags: ${{ steps.build-image.outputs.tags }} + registry: ghcr.io/${{ github.repository_owner }} + username: ${{ github.actor }} + password: ${{ github.token }} + extra-args: | + --disable-content-trust \ No newline at end of file