You've already forked fedora-bootc
Disable rechunker for now
All checks were successful
Build container image / Build and push image (pull_request) Successful in 18m22s
All checks were successful
Build container image / Build and push image (pull_request) Successful in 18m22s
This commit is contained in:
@@ -111,8 +111,8 @@ jobs:
|
|||||||
FEDORA_BASE=${{ env.FEDORA_BASE }}
|
FEDORA_BASE=${{ env.FEDORA_BASE }}
|
||||||
image: ${{ env.IMAGE_NAME }}
|
image: ${{ env.IMAGE_NAME }}
|
||||||
tags: ${{ steps.metadata.outputs.tags }}
|
tags: ${{ steps.metadata.outputs.tags }}
|
||||||
#labels: ${{ steps.metadata.outputs.labels }}
|
labels: ${{ steps.metadata.outputs.labels }}
|
||||||
labels: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}"
|
#labels: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}"
|
||||||
extra-args: --isolation=chroot
|
extra-args: --isolation=chroot
|
||||||
oci: false
|
oci: false
|
||||||
|
|
||||||
@@ -120,18 +120,18 @@ jobs:
|
|||||||
# This does not make your image faster to download, just provides better resumability and fixes a few errors.
|
# This does not make your image faster to download, just provides better resumability and fixes a few errors.
|
||||||
# Documentation for Rechunk is provided on their github repository at https://github.com/hhd-dev/rechunk
|
# Documentation for Rechunk is provided on their github repository at https://github.com/hhd-dev/rechunk
|
||||||
# You can enable it by uncommenting the following lines:
|
# You can enable it by uncommenting the following lines:
|
||||||
- name: Run Rechunker
|
# - name: Run Rechunker
|
||||||
id: rechunk
|
# id: rechunk
|
||||||
uses: hhd-dev/rechunk@v1.2.4
|
# uses: hhd-dev/rechunk@v1.2.4
|
||||||
with:
|
# with:
|
||||||
rechunk: "ghcr.io/hhd-dev/rechunk:v1.2.4"
|
# rechunk: "ghcr.io/hhd-dev/rechunk:v1.2.4"
|
||||||
ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}"
|
# ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE }}"
|
||||||
prev-ref:
|
# prev-ref:
|
||||||
"${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE
|
# "${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.FEDORA_BASE
|
||||||
}}"
|
# }}"
|
||||||
skip_compression: true
|
# skip_compression: true
|
||||||
version: ${{ env.FEDORA_BASE }}
|
# version: ${{ env.FEDORA_BASE }}
|
||||||
labels: ${{ steps.metadata.outputs.labels }} # Rechunk strips out all the labels during build, this needs to be reapplied here with newline separator
|
# labels: ${{ steps.metadata.outputs.labels }} # Rechunk strips out all the labels during build, this needs to be reapplied here with newline separator
|
||||||
|
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
if:
|
if:
|
||||||
|
|||||||
Reference in New Issue
Block a user