publish image
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and publish container images / build-and-publish (push) Successful in 52s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and publish container images / build-and-publish (push) Successful in 52s
				
			This commit is contained in:
		| @@ -2,10 +2,10 @@ | |||||||
| name: Build and publish container images | name: Build and publish container images | ||||||
|  |  | ||||||
| on: | on: | ||||||
| - workflow_dispatch |   workflow_dispatch: { } | ||||||
|   # push: |   push: | ||||||
|   #   branches: |     branches: | ||||||
|   #   - master |     - master | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   build-and-publish: |   build-and-publish: | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| name: Build container images | name: Build container images | ||||||
|  |  | ||||||
| on: | on: | ||||||
| - workflow_dispatch |   workflow_dispatch: { } | ||||||
|   # push: |   # push: | ||||||
|   #   branches: |   #   branches: | ||||||
|   #   - master |   #   - master | ||||||
|   | |||||||
| @@ -2,7 +2,10 @@ | |||||||
| name: Deploy staging to production environment | name: Deploy staging to production environment | ||||||
|  |  | ||||||
| on: | on: | ||||||
| - workflow_dispatch |   workflow_dispatch: { } | ||||||
|  |   # push: | ||||||
|  |   #   branches: | ||||||
|  |   #   - master | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   tag-image: |   tag-image: | ||||||
|   | |||||||
| @@ -2,10 +2,10 @@ | |||||||
| name: Deploy latest to staging environment | name: Deploy latest to staging environment | ||||||
|  |  | ||||||
| on: | on: | ||||||
| # - workflow_dispatch |   workflow_dispatch: { } | ||||||
|   push: |   # push: | ||||||
|     branches: |   #   branches: | ||||||
|     - master |   #   - master | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   tag-image: |   tag-image: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user