s
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m0s

This commit is contained in:
2025-01-05 23:04:05 -05:00
parent ff9fde556a
commit 3817378632

View File

@ -37,11 +37,8 @@ jobs:
tags: ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest tags: ${{ secrets.DOCKER_USERNAME }}/cal_heatmap:latest
- name: Log in to Gitea Docker Registry - name: Log in to Gitea Docker Registry
uses: docker/login-action@v1 run: |
with: echo ${{ secrets.REPO_GITEA_TOKEN }} | docker login ${{ env.GITEA_REGISTRY }} -u ${{ secrets.REPO_USERNAME }} --password-stdin
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_GITEA_TOKEN }}
registry: ${{ env.GITEA_SERVER }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
@ -50,4 +47,4 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: | tags: |
${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/${{ env.PROJECT_NAME }}:latest ${{ env.GITEA_REGISTRY }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:latest