Skip to content

Commit

Permalink
Do a docker push in github action of docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Jun 11, 2024
1 parent 55d5221 commit f865169
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: build docker container
run:
docker build . -t lobby
docker build . --tag ghcr.io/triplea-game/lobby:latest
docker push ghcr.io/triplea-game/lobby:latest

# - name: Load SSH private key into ssh-agent
# uses: webfactory/[email protected]
# with:
Expand Down

0 comments on commit f865169

Please sign in to comment.