bugfix
This commit is contained in:
		@@ -22,12 +22,13 @@ jobs:
 | 
				
			|||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
      - name: Kaniko build
 | 
					      - name: Kaniko build
 | 
				
			||||||
        uses: aevea/action-kaniko@master
 | 
					        # https://github.com/aevea/action-kaniko/releases
 | 
				
			||||||
 | 
					        uses: aevea/action-kaniko@v0.12.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          image: rogersik/monica
 | 
					          image: rogersik/monica
 | 
				
			||||||
          registry: gitea.sikorski.cloud
 | 
					          registry: gitea.sikorski.cloud
 | 
				
			||||||
          tag: 4
 | 
					          tag: 4
 | 
				
			||||||
          tag_with_latest: true
 | 
					          # tag_with_latest: true # https://github.com/aevea/action-kaniko/issues/66
 | 
				
			||||||
          cache: true
 | 
					          cache: true
 | 
				
			||||||
          username: rogersik
 | 
					          username: rogersik
 | 
				
			||||||
          password: ${{ secrets.REGISTRY_PASSWORD }}
 | 
					          password: ${{ secrets.REGISTRY_PASSWORD }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user