Skip to content

Commit

Permalink
Merge pull request #26 from homeylab/fix_makefile
Browse files Browse the repository at this point in the history
remove inadvertent changes to makefile
  • Loading branch information
pchang388 authored Nov 22, 2023
2 parents 1574e5f + f3e90a8 commit e6fdcb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ docker_build_latest:
-t ${IMAGE_NAME}:latest \
--no-cache .

# docker_push:
# docker push ${IMAGE_NAME}:${IMAGE_TAG}
docker_push:
docker push ${IMAGE_NAME}:${IMAGE_TAG}

# docker_push_latest:
# docker push ${IMAGE_NAME} --all-tags
docker_push_latest:
docker push ${IMAGE_NAME} --all-tags

# add -i option due to bug in rancher desktop: https://github.com/rancher-sandbox/rancher-desktop/issues/3239
docker_test:
Expand Down

0 comments on commit e6fdcb3

Please sign in to comment.