This commit is contained in:
2025-01-06 22:17:35 -05:00
parent 0eb689cef5
commit bf62a7c6d0

View File

@ -44,7 +44,18 @@ jobs:
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest
${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0
${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:latest
${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:1.0.0.0
${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:1.0.0.0
- name: Build and push Docker image
uses: docker/build-push-action@v2
env:
ACTIONS_RUNTIME_TOKEN: ''separate
with:
context: .
file: ./Dockerfile
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest
${{ secrets.DOCKER_USERNAME }}/cal_heatmap:1.0.0.0