Update docker.yml

This commit is contained in:
Hossin Asaadi
2022-11-16 17:44:20 +04:00
committed by GitHub
parent e78b49373c
commit bb419976a7

View File

@@ -40,5 +40,5 @@ jobs:
docker buildx build \
--platform=linux/amd64,linux/arm64 \
--output "type=image,push=true" \
--file ${{ github.event.inputs.project }}/Dockerfile ./${{ github.event.inputs.project }} \
--file ${{ secrets.DOCKER_HUB_REPOSITORY }}/Dockerfile ./${{ secrets.DOCKER_HUB_REPOSITORY }} \
--tag ${{ secrets.DOCKER_HUB_USERNAME }}/${{ secrets.DOCKER_HUB_REPOSITORY }}:latest