trigger ci/cd
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 38s Details
Build and Push Docker image / build-and-push (push) Failing after 2m2s Details

This commit is contained in:
Valentin Kolb 2024-03-14 21:00:42 +01:00
parent e7ceb01436
commit 7acdc9d2ae
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Log in to GitHub Container Registry
- name: Log in to STuVe Gitea Container Registry
uses: docker/login-action@v1
with:
registry: git.stuve.uni-ulm.de
username: ${{ user_name }}
password: ${{ user_password }}
username: ${{ USER_NAME }}
password: ${{ USER_PASSWORD }}
- name: Build and push Docker image
uses: docker/build-push-action@v2