This commit is contained in:
@ -37,7 +37,7 @@ jobs:
|
||||
- name: Log in to Gitea Docker Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.GITEA_USERNAME }}
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_GITEA_TOKEN }}
|
||||
registry: ${{ env.GITEA_SERVER }}
|
||||
|
||||
@ -48,4 +48,4 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.GITEA_SERVER }}/${{ secrets.GITEA_USERNAME }}/cal_heatmap:latest
|
||||
${{ env.GITEA_SERVER }}/${{ secrets.REPO_USERNAME }}/cal_heatmap:latest
|
||||
|
Reference in New Issue
Block a user