CI: change registry user, rename step
Build and Push Docker Image / build-and-push (push) Failing after 29s
Details
Build and Push Docker Image / build-and-push (push) Failing after 29s
Details
This commit is contained in:
parent
21fedd0213
commit
939afef1dd
|
@ -18,11 +18,11 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Gitea container registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: git.kucharczyk.xyz
|
registry: git.kucharczyk.xyz
|
||||||
username: ${{ gitea.repository_owner }}
|
username: lukas
|
||||||
password: ${{ secrets.GITEA_TOKEN}}
|
password: ${{ secrets.GITEA_TOKEN}}
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
|
|
Reference in New Issue