new release: 0.9.0-pre7

This commit is contained in:
Jens Langhammer
2020-07-07 22:34:44 +02:00
parent 571cb3d65f
commit c7f078ffcc
5 changed files with 12 additions and 12 deletions

View File

@ -16,11 +16,11 @@ jobs:
- name: Building Docker Image
run: docker build
--no-cache
-t beryju/passbook:0.9.0-pre6
-t beryju/passbook:0.9.0-pre7
-t beryju/passbook:latest
-f Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook:0.9.0-pre6
run: docker push beryju/passbook:0.9.0-pre7
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook:latest
build-gatekeeper:
@ -37,11 +37,11 @@ jobs:
cd gatekeeper
docker build \
--no-cache \
-t beryju/passbook-gatekeeper:0.9.0-pre6 \
-t beryju/passbook-gatekeeper:0.9.0-pre7 \
-t beryju/passbook-gatekeeper:latest \
-f Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook-gatekeeper:0.9.0-pre6
run: docker push beryju/passbook-gatekeeper:0.9.0-pre7
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook-gatekeeper:latest
build-static:
@ -66,11 +66,11 @@ jobs:
run: docker build
--no-cache
--network=$(docker network ls | grep github | awk '{print $1}')
-t beryju/passbook-static:0.9.0-pre6
-t beryju/passbook-static:0.9.0-pre7
-t beryju/passbook-static:latest
-f static.Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook-static:0.9.0-pre6
run: docker push beryju/passbook-static:0.9.0-pre7
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook-static:latest
test-release:
@ -100,5 +100,5 @@ jobs:
SENTRY_PROJECT: passbook
SENTRY_URL: https://sentry.beryju.org
with:
tagName: 0.9.0-pre6
tagName: 0.9.0-pre7
environment: production