From 294301305434ba59751d3c3e8dc828c65980d08f Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sun, 29 Oct 2023 09:24:44 +0100 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 427693e..584f5c7 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -91,7 +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 + layers: false # 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