feature/kaniko-without-caching
This commit is contained in:
		@@ -30,6 +30,6 @@ jobs:
 | 
			
		||||
          image: rogersik/monica
 | 
			
		||||
          registry: gitea.sikorski.cloud
 | 
			
		||||
          tag: "${{ env.CLEAN_BRANCH_NAME }}"
 | 
			
		||||
          cache: true
 | 
			
		||||
          cache: false # too much image tags; we should move to docker buildkit
 | 
			
		||||
          username: rogersik
 | 
			
		||||
          password: ${{ secrets.REGISTRY_PASSWORD }}
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ jobs:
 | 
			
		||||
          image: rogersik/monica
 | 
			
		||||
          registry: gitea.sikorski.cloud
 | 
			
		||||
          tag: '${{ env.TAG }}'
 | 
			
		||||
          cache: true
 | 
			
		||||
          cache: false # too much image tags; we should move to docker buildkit
 | 
			
		||||
          build_args: |
 | 
			
		||||
            GIT_TAG=${{ env.TAG }}
 | 
			
		||||
          username: rogersik
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user