Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
build: Use oci format
Browse files Browse the repository at this point in the history
I think this may fix a bug
  • Loading branch information
cgwalters committed Nov 9, 2023
1 parent 045a8c4 commit 4a38174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
image: quay.io/centos-boot/${{ env.dir }}
tags: eln
oci: true
containerfiles: ./${{ env.dir }}/Containerfile
archs: amd64
context: ${{ env.dir }}
Expand Down

0 comments on commit 4a38174

Please sign in to comment.