Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas 1edb5ad046
ci bump 2021-04-17 12:11:31 +12:00
Thomas 75e30ee6d3
Update api-push.yaml 2021-04-17 12:10:59 +12:00
2 changed files with 9 additions and 1 deletions

View File

@ -21,6 +21,12 @@ 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
@ -29,4 +35,5 @@ jobs:
push: true
pull: true
tags: |
docker.pkg.github.com/engineer-man/piston/api
docker.pkg.github.com/engineer-man/piston/api
ghcr.io/engineer-man/piston

View File

@ -26,3 +26,4 @@ RUN make -C ./src/nosocket/ all && make -C ./src/nosocket/ install
CMD [ "node", "src", "-m", "-c", "/piston/config.yaml"]
EXPOSE 2000/tcp