Skip to content

Commit

Permalink
Update Makefile change thetestgame image tags to buedi
Browse files Browse the repository at this point in the history
  • Loading branch information
kladderadeng authored Jan 19, 2025
1 parent fe99537 commit 7da0687
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ stable: clean
@cp -R source $(STAGING_DIR)
@cd $(STAGING_DIR) && \
docker build \
-t thetestgame/steam:stable \
-t buedi/docker-steam-server:stable \
.
@echo
@echo 'Remember to push to hub: docker push thetestgame/steam:stable'
@echo 'Remember to push to hub: docker push buedi/docker-steam-server:stable'

latest: clean
@echo 'Building steam ubuntu container using wine STABLE latest from winehq repo ...'
Expand All @@ -62,10 +62,10 @@ latest: clean
@cp -R source $(STAGING_DIR)
@cd $(STAGING_DIR) && \
docker build \
-t thetestgame/steam:latest -t thetestgame/steam:winehq \
-t buedi/docker-steam-server:latest -t buedi/docker-steam-server:winehq \
.
@echo
@echo 'Remember to push to hub: docker push thetestgame/steam:latest'
@echo 'Remember to push to hub: docker push buedi/docker-steam-server:latest'

experimental: clean
@echo 'Building steam ubuntu container using wine STAGING latest from winehq repo ...'
Expand All @@ -85,7 +85,7 @@ experimental: clean
@cp -R source $(STAGING_DIR)
@cd $(STAGING_DIR) && \
docker build \
-t thetestgame/steam:experimental \
-t buedi/docker-steam-server:experimental \
.
@echo

Expand Down

0 comments on commit 7da0687

Please sign in to comment.