Update docker-publish.yml

This commit is contained in:
Anders Rytter Hansen 2023-10-28 23:59:50 +02:00
commit f40385224f

View file

@ -92,9 +92,8 @@ jobs:
with: with:
containerfiles: | containerfiles: |
./Dockerfile ./Dockerfile
image: ${{ env.IMAGE_NAME }} image: ${{ env.IMAGE_NAME }}
tags: | tags: ${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-38, ${{ steps.meta.outputs.tags }}-38.${{ steps.date.outputs.date }}
${{ steps.meta.outputs.tags }}, ${{ steps.meta.outputs.tags }}-38, ${{ steps.meta.outputs.tags }}-38.${{ steps.date.outputs.date }}
oci: false oci: false
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR. # Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.