diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 923a8d8..427693e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -91,6 +91,7 @@ jobs: image: ${{ env.IMAGE_NAME }} tags: ${{ steps.meta.outputs.tags }} ${{ steps.meta.outputs.tags }}-38 ${{ steps.meta.outputs.tags }}-38.${{ steps.date.outputs.date }} oci: false + layers: true # Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR. # https://github.com/macbre/push-to-ghcr/issues/12