CI: change registry user, rename step
Build and Push Docker Image / build-and-push (push) Failing after 29s Details

This commit is contained in:
Lukáš Kucharczyk 2023-09-11 15:45:00 +00:00
parent 21fedd0213
commit 939afef1dd
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
- name: Login to Gitea container registry
uses: docker/login-action@v2
with:
registry: git.kucharczyk.xyz
username: ${{ gitea.repository_owner }}
username: lukas
password: ${{ secrets.GITEA_TOKEN}}
- name: Build and Push Docker Image