fixup! Revert "Fix image tag"
Build and publish Docker image / build (push) Failing after 14s
Details
Build and publish Docker image / build (push) Failing after 14s
Details
This commit is contained in:
parent
a063e98700
commit
0ba0a2b623
|
@ -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 New Issue