add labels

This commit is contained in:
DataHearth 2022-10-30 01:30:44 +02:00
parent 8511b941d8
commit 4ed6616fd7
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
FROM node:19-alpine FROM node:19-alpine
LABEL maintainer="Antoine Langlois <antoine.l@antoine-langlois>"
LABEL org.opencontainers.image.source="https://gitea.antoine-langlois.net/DataHearth/cors-anywhere-docker"
LABEL repository="https://gitea.antoine-langlois.net/DataHearth/cors-anywhere-docker"
RUN apk update RUN apk update
ENV HOST=0.0.0.0 ENV HOST=0.0.0.0

View File

@ -3,7 +3,7 @@ set shell := ["zsh", "-c"]
default: build-docker push-docker default: build-docker push-docker
build-docker: build-docker:
docker build -t gitea.antoine-langlois.net/DataHearth/cors-anywhere-docker:latest . docker build -t gitea.antoine-langlois.net/datahearth/cors-anywhere-docker:latest .
push-docker: push-docker:
docker push gitea.antoine-langlois.net/DataHearth/cors-anywhere-docker:latest docker push gitea.antoine-langlois.net/datahearth/cors-anywhere-docker:latest