From 6869623f8e4ded86e77e0b65621fd887972e9516 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 14 Jan 2024 14:55:07 +0100 Subject: [PATCH] fix: registry path --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ead55f2..0a0909d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,4 +29,4 @@ jobs: context: . platforms: linux/amd64 push: true - tags: "${{ secrets.REGISTRY }}/picture-factory:latest" + tags: "${{ secrets.REGISTRY }}/atlantishq/atlantis-image-factory:latest"