release: 2022.1.3

This commit is contained in:
Jens Langhammer
2022-01-26 22:15:28 +01:00
parent a908cad976
commit c55f503b9b
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:2022.1.2,
beryju/authentik:2022.1.3,
beryju/authentik:latest,
ghcr.io/goauthentik/server:2022.1.2,
ghcr.io/goauthentik/server:2022.1.3,
ghcr.io/goauthentik/server:latest
platforms: linux/amd64,linux/arm64
context: .
- name: Building Docker Image (stable)
if: ${{ github.event_name == 'release' && !contains('2022.1.2', 'rc') }}
if: ${{ github.event_name == 'release' && !contains('2022.1.3', '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 }}:2022.1.2,
beryju/authentik-${{ matrix.type }}:2022.1.3,
beryju/authentik-${{ matrix.type }}:latest,
ghcr.io/goauthentik/${{ matrix.type }}:2022.1.2,
ghcr.io/goauthentik/${{ matrix.type }}:2022.1.3,
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('2022.1.2', 'rc') }}
if: ${{ github.event_name == 'release' && !contains('2022.1.3', '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@2022.1.2
version: authentik@2022.1.3
environment: beryjuorg-prod
sourcemaps: './web/dist'
url_prefix: '~/static/dist'