From 961fd83b46c9b90710f6576084773e0abf0ee4b4 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Fri, 6 Jan 2023 00:55:11 +0100 Subject: [PATCH] change: image name --- .github/workflows/potaris.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/potaris.yaml b/.github/workflows/potaris.yaml index 3c53418..564c845 100644 --- a/.github/workflows/potaris.yaml +++ b/.github/workflows/potaris.yaml @@ -34,7 +34,7 @@ jobs: context: ./docker/potaris/ platforms: linux/amd64 push: true - tags: "${{ secrets.REGISTRY }}/athq/fjsd-potaris:latest" + tags: "${{ secrets.REGISTRY }}/athq/potaris:latest" build-args: | BRANCH=potaris CONFIG_BRANCH=master @@ -48,7 +48,7 @@ jobs: context: ./docker/potaris/ platforms: linux/amd64 push: true - tags: "${{ secrets.REGISTRY }}/athq/fjsd-potaris-en:latest" + tags: "${{ secrets.REGISTRY }}/athq/potaris-en:latest" build-args: | BRANCH=potaris CONFIG_BRANCH=en