Skip to content

Commit

Permalink
update ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlake-zkq committed Feb 11, 2024
1 parent d5fb3a0 commit 15716cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- run: docker compose build
- run: docker push ghcr.io/jackblake-zkq/easy-mcs:latest
- run: |
touch .env
docker compose build
docker push ghcr.io/jackblake-zkq/easy-mcs:latest

0 comments on commit 15716cd

Please sign in to comment.