Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed Feb 12, 2024
1 parent c508909 commit 34e5cd7
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/machine-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,35 +59,8 @@ jobs:
cd fcos
cosa compress
#- name: create qcow2 containerfile
#run: |
#echo "QCOW_IMAGE=$(ls | grep qcow2.xz)" >> "$GITHUB_ENV"
# cat > ./Containerfile.qcow2 << EOF
#FROM scratch
#COPY ./fcos/builds/latest/x86_64/${{ env.QCOW_IMAGE }} ${{ env.$QCOW_IMAGE }}
#EOF
#- name: Build FCOS Image with qcow2
#uses: redhat-actions/buildah-build@v2
#with:
#image: machine-images
# tags: 5.0-qemu
#archs: x86_64
#containerfiles: ./Containerfile.qcow2
#labels: |
# org.opencontainers.image.title=fcos-podman-next qcow2 image
- name: podman manifest create
run: podman manifest create quay.io/podman/machine-images:5.0

- name: podman manifest add images
run: podman manifest add quay.io/podman/machine-images:5.0 quay.io/podman/machine-images:5.0-qemu

# - name: push image to quay
#uses: redhat-actions/push-to-registry@v2
#with:
#image: machine-images
#tags: 5.0
#registry: quay.io/podman
#username: ${{ secrets.QUAY_PODMAN_USERNAME }}
#password: ${{ secrets.QUAY_PODMAN_PASSWORD }}

0 comments on commit 34e5cd7

Please sign in to comment.