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: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKER_REGISTRY }}/calendar:latest
|
${{ secrets.DOCKER_REGISTRY }}/connor/calendar:latest
|
||||||
${{ secrets.DOCKER_REGISTRY }}/calendar:${{ github.sha }}
|
${{ secrets.DOCKER_REGISTRY }}/connor/calendar:${{ github.sha }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user