specify the tag when pushing the image w/ burnettk

This commit is contained in:
jasquat 2022-05-05 15:11:16 -04:00
parent e1717fee3a
commit 09d4adf3ca
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ docker build -f Dockerfile -t "$docker_repo:$docker_tag" .
# Push Docker image to Docker Hub
echo "Publishing to Docker Hub..."
docker push "$docker_repo"
docker push "${docker_repo}:${docker_tag}"
echo "Done."