Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Switch docker account
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfi committed Sep 2, 2023
1 parent 92e4086 commit fcc788e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/docker.mk
Expand Up @@ -17,11 +17,11 @@ docker-login:
@echo ${DOCKER_PASSWORD} | $(DOCKER) login -u ${DOCKER_USERNAME} --password-stdin

docker:
docker build -t xaque208/znet .
docker build -t zachfi/znet .

docker-snapshot: docker
docker tag xaque208/znet:latest xaque208/znet:${PROJECT_VER}
docker push xaque208/znet:${PROJECT_VER}
docker tag zachfi/znet:latest zachfi/znet:${PROJECT_VER}
docker push zachfi/znet:${PROJECT_VER}


.PHONY: docker-login

0 comments on commit fcc788e

Please sign in to comment.