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:
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 }}
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
# Workaround bug where capital letters in your GitHub username make it impossible to push to GHCR.