diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 1b16e07..ebcaf26 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -93,7 +93,7 @@ jobs: containerfiles: | ./Dockerfile image: ${{ env.IMAGE_NAME }} - tags: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-38, ${{ steps.meta.outputs.tags }}-38.${{ steps.date.outputs.date }} + tags: ${{ steps.meta.outputs.tags }} ${{ steps.meta.outputs.tags }}-38 ${{ steps.meta.outputs.tags }}-38.${{ steps.date.outputs.date }} oci: false # Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.