fix typo
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m5s

This commit is contained in:
2025-01-06 21:10:54 -05:00
parent cf360643df
commit 75313bcdf3

View File

@ -31,7 +31,7 @@ jobs:
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: ${{ GITEA_REGISTRY }}
registry: ${{ env.GITEA_REGISTRY }}
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_GITEA_TOKEN }}
@ -44,5 +44,5 @@ jobs:
tags: |
${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest
${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0
${{ GITEA_REGISTRY }}/cal_heatmap:latest
${{ GITEA_REGISTRY }}/cal_heatmap:1.0.0
${{ env.GITEA_REGISTRY }}/cal_heatmap:latest
${{ env.GITEA_REGISTRY }}/cal_heatmap:1.0.0