fixup! Revert "Fix image tag"
Some checks failed
Build and publish Docker image / build (push) Failing after 14s
Some checks failed
Build and publish Docker image / build (push) Failing after 14s
This commit is contained in:
parent
a063e98700
commit
0ba0a2b623
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue