fixup! Revert "Fix image tag"
Build and publish Docker image / build (push) Failing after 14s Details

This commit is contained in:
TheAssassin 2024-04-22 00:12:43 +02:00
parent a063e98700
commit 0ba0a2b623
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.repository_owner }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Extract metadata (tags, labels) for Docker
id: meta