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 }}