From 334b6fba983688c41ba7192467ba3ac9be216c03 Mon Sep 17 00:00:00 2001 From: laraproto Date: Sun, 27 Oct 2024 12:46:17 +0200 Subject: [PATCH] oops --- .github/workflows/mono.yml | 3 +-- mono/latest/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mono.yml b/.github/workflows/mono.yml index 50da0c5..6807ea4 100644 --- a/.github/workflows/mono.yml +++ b/.github/workflows/mono.yml @@ -34,5 +34,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pelican-eggs/yolks:mono_${{ matrix.tag }} - ghcr.io/parkervcp/yolks:mono_${{ matrix.tag }} \ No newline at end of file + git.styandco.dev/lara-eggs/yolks:mono_${{ matrix.tag }} \ No newline at end of file diff --git a/mono/latest/Dockerfile b/mono/latest/Dockerfile index 9514a10..4022fcd 100644 --- a/mono/latest/Dockerfile +++ b/mono/latest/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL authors="Torsten Widmann, Lara The Protogen" maintainer="laraproto@proton.me" +LABEL authors="Torsten Widmann, Lara The Protogen" RUN apt update \ && apt -y upgrade