new release: 0.8.3-beta

This commit is contained in:
Jens Langhammer
2020-02-20 15:14:49 +01:00
parent 6c889eff27
commit 36b1f8ba36
5 changed files with 11 additions and 11 deletions

View File

@ -16,11 +16,11 @@ jobs:
- name: Building Docker Image
run: docker build
--no-cache
-t beryju/passbook:0.8.2-beta
-t beryju/passbook:0.8.3-beta
-t beryju/passbook:latest
-f Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook:0.8.2-beta
run: docker push beryju/passbook:0.8.3-beta
- 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.8.2-beta \
-t beryju/passbook-gatekeeper:0.8.3-beta \
-t beryju/passbook-gatekeeper:latest \
-f Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook-gatekeeper:0.8.2-beta
run: docker push beryju/passbook-gatekeeper:0.8.3-beta
- 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.8.2-beta
-t beryju/passbook-static:0.8.3-beta
-t beryju/passbook-static:latest
-f static.Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook-static:0.8.2-beta
run: docker push beryju/passbook-static:0.8.3-beta
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook-static:latest
test-release: