new release: 0.7.7-beta
This commit is contained in:
		| @ -1,5 +1,5 @@ | ||||
| [bumpversion] | ||||
| current_version = 0.7.6-beta | ||||
| current_version = 0.7.7-beta | ||||
| tag = True | ||||
| commit = True | ||||
| parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-(?P<release>.*) | ||||
|  | ||||
							
								
								
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @ -16,11 +16,11 @@ jobs: | ||||
|       - name: Building Docker Image | ||||
|         run: docker build | ||||
|           --no-cache | ||||
|           -t beryju/passbook:0.7.6-beta | ||||
|           -t beryju/passbook:0.7.7-beta | ||||
|           -t beryju/passbook:latest | ||||
|           -f Dockerfile . | ||||
|       - name: Push Docker Container to Registry (versioned) | ||||
|         run: docker push beryju/passbook:0.7.6-beta | ||||
|         run: docker push beryju/passbook:0.7.7-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.6-beta | ||||
|           -t beryju/passbook-static:0.7.7-beta | ||||
|           -t beryju/passbook-static:latest | ||||
|           -f static.Dockerfile . | ||||
|       - name: Push Docker Container to Registry (versioned) | ||||
|         run: docker push beryju/passbook-static:0.7.6-beta | ||||
|         run: docker push beryju/passbook-static:0.7.7-beta | ||||
|       - name: Push Docker Container to Registry (latest) | ||||
|         run: docker push beryju/passbook-static:latest | ||||
|   test-release: | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| apiVersion: v1 | ||||
| appVersion: "0.7.6-beta" | ||||
| appVersion: "0.7.7-beta" | ||||
| description: A Helm chart for passbook. | ||||
| name: passbook | ||||
| version: "0.7.6-beta" | ||||
| version: "0.7.7-beta" | ||||
| icon: https://git.beryju.org/uploads/-/system/project/avatar/108/logo.png | ||||
|  | ||||
| @ -2,7 +2,7 @@ | ||||
| # This is a YAML-formatted file. | ||||
| # Declare variables to be passed into your templates. | ||||
| image: | ||||
|   tag: 0.7.6-beta | ||||
|   tag: 0.7.7-beta | ||||
|  | ||||
| nameOverride: "" | ||||
|  | ||||
|  | ||||
| @ -1,2 +1,2 @@ | ||||
| """passbook""" | ||||
| __version__ = "0.7.6-beta" | ||||
| __version__ = "0.7.7-beta" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer