From 135a3189517910b8ffcbeef2f7de8b871ad048b4 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Sat, 11 May 2024 13:58:41 -0400 Subject: [PATCH] update base workflow updates workflow for base images. This is to test that the builder can push to other package locations. --- .github/workflows/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index c5b90c8..23dd116 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -37,4 +37,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | + ghcr.io/pelican-eggs/yolks:${{ matrix.oses }} ghcr.io/parkervcp/yolks:${{ matrix.oses }}