Fix missing quotation
All checks were successful
Build Container / Git Tag (push) Successful in 3s
Build Container / Build Container (push) Successful in 19s

This commit is contained in:
Zakary Timson 2025-04-17 11:43:58 -04:00
parent f79af61bb5
commit f38d22026f

View File

@ -29,7 +29,7 @@ jobs:
if [ "${{github.ref_name}}" = "master" ]; then if [ "${{github.ref_name}}" = "master" ]; then
docker tag "$REGISTRY/${{github.repository}}:${{github.ref_name}}" "$REGISTRY/${{github.repository}}:$VERSION" docker tag "$REGISTRY/${{github.repository}}:${{github.ref_name}}" "$REGISTRY/${{github.repository}}:$VERSION"
docker push "$REGISTRY/${{github.repository}}:$VERSION docker push "$REGISTRY/${{github.repository}}:$VERSION"
if [ "$DOCKER_HUB" = "true" ]; then if [ "$DOCKER_HUB" = "true" ]; then
docker tag "$REGISTRY/${{github.repository}}:${{github.ref_name}}" "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:$VERSION" docker tag "$REGISTRY/${{github.repository}}:${{github.ref_name}}" "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:$VERSION"
docker push "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:$VERSION" docker push "docker.io/${{secrets.DOCKER_HUB_IMAGE}}:$VERSION"