release: 2022.1.1

This commit is contained in:
Jens Langhammer
2022-01-22 18:28:40 +01:00
parent 5f198e7fe4
commit f4a6c70e98
8 changed files with 15 additions and 15 deletions

View File

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