Skip to content

Commit

Permalink
changed repo, changed maintainer, referenced original
Browse files Browse the repository at this point in the history
  • Loading branch information
MDHMatt committed May 12, 2023
1 parent 6129108 commit 7283c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
description: 'Ignore existing tag if "true"'
required: false
env:
IMAGES: boerderij/varken
IMAGES: mdhmatt/biggetje
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
jobs:
lint-and-test:
Expand Down
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ ENV DEBUG="True" \
BRANCH="edge" \
BUILD_DATE="1/1/1970"

LABEL maintainer="dirtycajunrice,samwiseg0" \
LABEL maintainer="MDHMatt" \
org.opencontainers.image.created=$BUILD_DATE \
org.opencontainers.image.url="https://github.com/Boerderij/Varken" \
org.opencontainers.image.source="https://github.com/Boerderij/Varken" \
org.opencontainers.image.url="https://github.com/MDHMatt/Biggetje" \
org.opencontainers.image.source="https://github.com/MDHMatt/Biggetje" \
org.opencontainers.image.version=$VERSION \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.vendor="boerderij" \
org.opencontainers.image.title="varken" \
org.opencontainers.image.description="Varken is a standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana for a frontend" \
org.opencontainers.image.vendor="MDHMatt" \
org.opencontainers.image.title="Biggetje" \
org.opencontainers.image.description="Biggetje (Piglet) child of Varken (Pig), is a standalone application to aggregate data from the Plex and the *arrs into InfluxDB using Grafana for a frontend" \
org.opencontainers.image.licenses="MIT"

WORKDIR /app
Expand Down

0 comments on commit 7283c59

Please sign in to comment.