new release: 0.7.10-beta

This commit is contained in:
Jens Langhammer
2020-01-02 14:54:52 +01:00
parent 264d43827a
commit dce1edbe53
5 changed files with 9 additions and 9 deletions

View File

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