diff --git a/.github/workflows/api-push.yaml b/.github/workflows/api-push.yaml index bcf0472..7bafdc1 100644 --- a/.github/workflows/api-push.yaml +++ b/.github/workflows/api-push.yaml @@ -21,12 +21,6 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} registry: docker.pkg.github.com - - name: Login to ghcr.io - uses: docker/login-action@v1 - with: - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - registry: ghcr.io - name: Build and push API uses: docker/build-push-action@v2 @@ -35,5 +29,4 @@ jobs: push: true pull: true tags: | - docker.pkg.github.com/engineer-man/piston/api - ghcr.io/engineer-man/piston + docker.pkg.github.com/engineer-man/piston/api \ No newline at end of file diff --git a/api/Dockerfile b/api/Dockerfile index 40ecb71..395e414 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -26,4 +26,3 @@ RUN make -C ./src/nosocket/ all && make -C ./src/nosocket/ install CMD [ "node", "src", "-m", "-c", "/piston/config.yaml"] EXPOSE 2000/tcp -