diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 074ce52..3109796 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 \ No newline at end of file + - run: | + touch .env + docker compose build + docker push ghcr.io/jackblake-zkq/easy-mcs:latest \ No newline at end of file