new release: 0.7.6-beta

This commit is contained in:
Jens Langhammer
2020-01-02 10:34:34 +01:00
parent 2b8c70a61f
commit c448f87027
5 changed files with 10 additions and 10 deletions

View File

@@ -16,9 +16,9 @@ jobs:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- name: Building Docker Image
run: docker build --no-cache -t beryju/passbook:0.7.7-beta -f Dockerfile .
run: docker build --no-cache -t beryju/passbook:0.7.6-beta -f Dockerfile .
- name: Push Docker Container to Registry
run: docker push beryju/passbook:0.7.7-beta
run: docker push beryju/passbook:0.7.6-beta
build-static:
runs-on: [ubuntu-latest]
services:
@@ -41,10 +41,10 @@ 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.6-beta
-f static.Dockerfile .
- name: Push Docker Container to Registry
run: docker push beryju/passbook-static:0.7.7-beta
run: docker push beryju/passbook-static:0.7.6-beta
package-helm:
needs:
- build-server