new release: 0.10.0-rc5

This commit is contained in:
Jens Langhammer
2020-09-10 14:24:31 +02:00
parent e3627b2cd9
commit 0b0ba33dce
8 changed files with 17 additions and 17 deletions

View File

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