Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JSH32 committed May 16, 2022
1 parent 55c5671 commit 3562b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ jobs:

- name: Build docker image
run: |
docker build . --tag ghcr.io/jonashackt/hello-world:latest
docker run ghcr.io/jonashackt/hello-world:latest
docker push ghcr.io/jonashackt/hello-world:latest
docker build . --tag ghcr.io/jsh32/mineboy:latest
docker push ghcr.io/jsh32/mineboy:latest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ COPY . .
RUN npm run build
CMD [ "node", "dist/index.js" ]

LABEL org.opencontainers.image.source="https://github.com/JSH32/Mineboy"
LABEL org.opencontainers.image.source="https://github.com/jsh32/mineboy"

0 comments on commit 3562b87

Please sign in to comment.