changed docker-build action

This commit is contained in:
Bryan Gerlach
2025-02-01 14:27:53 -06:00
parent c111efac2c
commit c1613c35ff

View File

@@ -44,4 +44,4 @@ jobs:
if: env.CREATE_IMAGE == 'true'
with:
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.repository }}:${{ env.IMAGE_TAG }}
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ env.IMAGE_TAG }}