Skip to content

Commit

Permalink
Revert "chore: push images with zstd:chunked"
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored May 24, 2024
1 parent 07103ed commit 0a37132
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 20 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-blincusui-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -86,8 +86,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
extra-args: |
--compression-format=zstd:chunked

# Sign container
- uses: sigstore/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-bluefin-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -90,8 +90,6 @@ jobs:
registry: ${{ steps.registry_case.outputs.lowercase }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
extra-args: |
--compression-format=zstd:chunked

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-fedora-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -78,9 +78,6 @@ jobs:
registry: ${{ steps.registry_case.outputs.lowercase }}
username: ${{ env.REGISTRY_USER }}
password: ${{ env.REGISTRY_PASSWORD }}
extra-args: |
--compression-format=zstd:chunked
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-incus-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -87,8 +87,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
extra-args: |
--compression-format=zstd:chunked

# Sign container
- uses: sigstore/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-ubuntu-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -87,8 +87,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
extra-args: |
--compression-format=zstd:chunked

# Sign container
- uses: sigstore/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-wolfi-toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
push-ghcr:
name: Build and push image
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -97,8 +97,6 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
extra-args: |
--compression-format=zstd:chunked

# Sign container
- uses: sigstore/[email protected]
Expand Down

0 comments on commit 0a37132

Please sign in to comment.