Skip to content

Commit

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

- name: run docker build and push
run: |
(cd easy-mcs && docker compose build)
docker push ghcr.io/jackblake-zkq/easy-mcs:latest

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

0 comments on commit d5fb3a0

Please sign in to comment.