From e61e0f2be8e9a8fa29807aa06d241921dfadd0c4 Mon Sep 17 00:00:00 2001 From: Alex Kemp Date: Thu, 5 Sep 2024 13:12:31 +0100 Subject: [PATCH] Updated repo --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 747c160..d5c7e06 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -50,4 +50,4 @@ jobs: push: true context: . file: src/main/docker/Dockerfile.native - tags: ${{ secrets.HARBOR_URL }}/authn_simple:${{ github.ref_name }} \ No newline at end of file + tags: ${{ secrets.HARBOR_URL }}/authn_db:${{ github.ref_name }} \ No newline at end of file