Fixing the gitea error
Some checks failed
Build and Push Docker Image / docker (push) Failing after 22s

This commit is contained in:
Connor Johnstone
2025-09-02 12:34:47 -04:00
parent 7b06fef6c3
commit d089f1545b

View File

@@ -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