diff options
| -rw-r--r-- | .github/workflows/build-docker-image.yml | 2 | ||||
| -rw-r--r-- | Dockerfile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index c0e8df2..e46cbaa 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -24,6 +24,6 @@ jobs: - uses: docker/build-push-action@v4 with: push: true - tags: ghcr.io/LMBishop/panulat:latest + tags: ghcr.io/lmbishop/panulat:latest cache-from: type=gha cache-to: type=gha,mode=max @@ -17,6 +17,8 @@ RUN tsc FROM node:alpine +LABEL org.opencontainers.image.source=https://github.com/LMBishop/panulat + WORKDIR /app COPY --chown=node:node package*.json ./ |
