changed docker-build action
This commit is contained in:
@@ -44,4 +44,4 @@ jobs:
|
|||||||
if: env.CREATE_IMAGE == 'true'
|
if: env.CREATE_IMAGE == 'true'
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.repository }}:${{ env.IMAGE_TAG }}
|
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ env.IMAGE_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user