Fixing the gitea error
Some checks failed
Build and Push Docker Image / docker (push) Failing after 22s
Some checks failed
Build and Push Docker Image / docker (push) Failing after 22s
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
context: .
|
||||
push: true
|
||||
tags: |
|
||||
${{ secrets.DOCKER_REGISTRY }}/calendar:latest
|
||||
${{ secrets.DOCKER_REGISTRY }}/calendar:${{ github.sha }}
|
||||
${{ secrets.DOCKER_REGISTRY }}/connor/calendar:latest
|
||||
${{ secrets.DOCKER_REGISTRY }}/connor/calendar:${{ github.sha }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
Reference in New Issue
Block a user