Skip to content

Commit

Permalink
fix: use correct image name
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincali committed Mar 31, 2024
1 parent 32c9dc0 commit 23ae3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-image:
docker build --tag kevincali/teamspeak-to-telegram:$(COMMIT_HASH) --tag kevincali/teamspeak-to-telegram:latest .

run-image: build-image
docker run --env CONFIG_PATH=config.yaml teamspeak-to-telegram:latest
docker run --env CONFIG_PATH=config.yaml kevincali/teamspeak-to-telegram:latest

push-image:
docker push kevincali/teamspeak-to-telegram:$(COMMIT_HASH)
Expand Down

0 comments on commit 23ae3b3

Please sign in to comment.