new release: 0.7.6-beta

This commit is contained in:
Jens Langhammer
2019-12-31 13:47:39 +01:00
parent c3909f9196
commit d77afd1ded
5 changed files with 10 additions and 10 deletions

View File

@ -144,9 +144,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.5-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.5-beta
run: docker push beryju/passbook:0.7.6-beta
build-static:
needs:
- migrations
@ -173,10 +173,10 @@ jobs:
run: docker build
--no-cache
--network=$(docker network ls | grep github | awk '{print $1}')
-t beryju/passbook-static:0.7.5-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.5-beta
run: docker push beryju/passbook-static:0.7.6-beta
package-helm:
needs:
- build-server