new release: 0.7.8-beta

This commit is contained in:
Jens Langhammer
2020-01-02 14:03:36 +01:00
parent b7b3abc462
commit 696cd1f247
5 changed files with 9 additions and 9 deletions

View File

@ -18,11 +18,11 @@ jobs:
- name: Building Docker Image
run: docker build
--no-cache
-t beryju/passbook:0.7.7-beta
-t beryju/passbook:0.7.8-beta
-t beryju/passbook:latest
-f Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook:0.7.7-beta
run: docker push beryju/passbook:0.7.8-beta
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook:latest
build-static:
@ -47,11 +47,11 @@ jobs:
run: docker build
--no-cache
--network=$(docker network ls | grep github | awk '{print $1}')
-t beryju/passbook-static:0.7.7-beta
-t beryju/passbook-static:0.7.8-beta
-t beryju/passbook-static:latest
-f static.Dockerfile .
- name: Push Docker Container to Registry (versioned)
run: docker push beryju/passbook-static:0.7.7-beta
run: docker push beryju/passbook-static:0.7.8-beta
- name: Push Docker Container to Registry (latest)
run: docker push beryju/passbook-static:latest
test-release: