Skip to content

Commit

Permalink
Revert zstd:chunked
Browse files Browse the repository at this point in the history
Getting 500 Internal Server error when pushing the existing tag `40` to GHCR. The tag with the commit is pushed no problem, so maybe there's something about converting an existing image to zstd:chunked or something. Could try converting with 41 or 42
  • Loading branch information
samhclark authored Aug 18, 2024
1 parent 4e136b9 commit 017dbc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
password: ${{ github.token }}
extra-args: |
--disable-content-trust
--compression-format=zstd:chunked
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 017dbc5

Please sign in to comment.