From 3a58dc62e1864a1800adc23d5d87a30ccf623de7 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 1 Sep 2021 18:34:57 +0200 Subject: [PATCH] ci: fix missing branch Signed-off-by: Jens Langhammer --- .github/workflows/ci-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 0c060649e..527ebc5e8 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -198,6 +198,6 @@ jobs: push: ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository }} tags: | beryju.org/authentik/server:gh-${{ steps.ev.outputs.branchName }} - beryju.org/authentik/server:gh-${{ steps.ev.outputs.timestamp }} + beryju.org/authentik/server:gh-${{ steps.ev.outputs.branchName }}-${{ steps.ev.outputs.timestamp }} build-args: | GIT_BUILD_HASH=${{ steps.ev.outputs.sha }}