release: 2021.10.3

This commit is contained in:
Jens Langhammer
2021-11-08 20:52:11 +01:00
parent 5c97a3aef3
commit ab2b13938e
10 changed files with 27 additions and 27 deletions

View File

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