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

Commit

Permalink
Update build-and-push-cloud-qcow2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum authored Dec 28, 2023
1 parent 69eaa73 commit aea2132
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-push-cloud-qcow2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ env:
jobs:
build-and-push-cloud-qcow2-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

strategy:
matrix:
Expand Down Expand Up @@ -71,5 +68,5 @@ jobs:
- name: Push
run: |
oras push --debug --registry-config auth.json \
${{ DISKIMAGE_REGISTRY }}/${{ github.repository_owner }}/${{ matrix.os }}-bootc-cloud-disk:${{ matrix.tag }} \
ghcr.io/${{ github.repository_owner }}/${{ matrix.os }}-bootc-cloud-disk:${{ matrix.tag }} \
${{ matrix.os }}-bootc-cloud-${{ matrix.tag }}.qcow2.zst:application/x-qemu-qcow2+zstd

0 comments on commit aea2132

Please sign in to comment.