This commit is contained in:
hook-lord 2024-12-06 19:37:48 +01:00
parent fc17076d3f
commit 6420086124

View File

@ -16,11 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Log in to GitHub Container Registry
- name: Log in to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: ${{ secrets.REGISTRY }}
username: ${{ secret.USERNAME }}
username: ${{ secret.NAME }}
password: ${{ secrets.TOKEN }}
- name: Build and push Docker image