new release: 0.12.2-stable

This commit is contained in:
Jens Langhammer
2020-10-19 19:36:36 +02:00
parent 169f3ebe5b
commit e13d348315
9 changed files with 18 additions and 18 deletions

View File

@ -18,11 +18,11 @@ jobs:
- name: Building Docker Image
run: docker build
--no-cache
-t beryju/passbook:0.12.1-stable
-t beryju/passbook:0.12.2-stable
-t beryju/passbook:latest
-f Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook:0.12.1-stable
run: docker push beryju/passbook:0.12.2-stable
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook:latest
build-proxy:
@ -48,11 +48,11 @@ jobs:
cd proxy
docker build \
--no-cache \
-t beryju/passbook-proxy:0.12.1-stable \
-t beryju/passbook-proxy:0.12.2-stable \
-t beryju/passbook-proxy:latest \
-f Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook-proxy:0.12.1-stable
run: docker push beryju/passbook-proxy:0.12.2-stable
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook-proxy:latest
build-static:
@ -77,11 +77,11 @@ jobs:
run: docker build
--no-cache
--network=$(docker network ls | grep github | awk '{print $1}')
-t beryju/passbook-static:0.12.1-stable
-t beryju/passbook-static:0.12.2-stable
-t beryju/passbook-static:latest
-f static.Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook-static:0.12.1-stable
run: docker push beryju/passbook-static:0.12.2-stable
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook-static:latest
test-release:
@ -114,5 +114,5 @@ jobs:
SENTRY_PROJECT: passbook
SENTRY_URL: https://sentry.beryju.org
with:
tagName: 0.12.1-stable
tagName: 0.12.2-stable
environment: beryjuorg-prod