release: 2021.12.1-rc1

This commit is contained in:
Jens Langhammer
2021-12-01 13:08:13 +01:00
parent 10c4e3c717
commit e6818c1f6a
10 changed files with 24 additions and 24 deletions

View File

@ -36,14 +36,14 @@ jobs:
with:
push: ${{ github.event_name == 'release' }}
tags: |
beryju/authentik:2021.10.4,
beryju/authentik:2021.12.1-rc1,
beryju/authentik:latest,
ghcr.io/goauthentik/server:2021.10.4,
ghcr.io/goauthentik/server:2021.12.1-rc1,
ghcr.io/goauthentik/server:latest
platforms: ${{ matrix.arch }}
context: .
- name: Building Docker Image (stable)
if: ${{ github.event_name == 'release' && !contains('2021.10.4', 'rc') }}
if: ${{ github.event_name == 'release' && !contains('2021.12.1-rc1', 'rc') }}
run: |
docker pull beryju/authentik:latest
docker tag beryju/authentik:latest beryju/authentik:stable
@ -87,14 +87,14 @@ jobs:
with:
push: ${{ github.event_name == 'release' }}
tags: |
beryju/authentik-${{ matrix.type }}:2021.10.4,
beryju/authentik-${{ matrix.type }}:2021.12.1-rc1,
beryju/authentik-${{ matrix.type }}:latest,
ghcr.io/goauthentik/${{ matrix.type }}:2021.10.4,
ghcr.io/goauthentik/${{ matrix.type }}:2021.12.1-rc1,
ghcr.io/goauthentik/${{ matrix.type }}:latest
file: ${{ matrix.type }}.Dockerfile
platforms: ${{ matrix.arch }}
- name: Building Docker Image (stable)
if: ${{ github.event_name == 'release' && !contains('2021.10.4', 'rc') }}
if: ${{ github.event_name == 'release' && !contains('2021.12.1-rc1', 'rc') }}
run: |
docker pull beryju/authentik-${{ matrix.type }}:latest
docker tag beryju/authentik-${{ matrix.type }}:latest beryju/authentik-${{ matrix.type }}:stable
@ -142,7 +142,7 @@ jobs:
SENTRY_PROJECT: authentik
SENTRY_URL: https://sentry.beryju.org
with:
version: authentik@2021.10.4
version: authentik@2021.12.1-rc1
environment: beryjuorg-prod
sourcemaps: './web/dist'
url_prefix: '~/static/dist'