Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
martafolf authored Oct 8, 2024
1 parent ad98ff0 commit 65570b1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,15 @@ jobs:
containerfiles: Containerfile
image: ziax-fcos-custom
layers: false
oci: true
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

0 comments on commit 65570b1

Please sign in to comment.