trigger ci/cd
This commit is contained in:
parent
e7ceb01436
commit
7acdc9d2ae
|
@ -13,12 +13,12 @@ jobs:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to STuVe Gitea Container Registry
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: git.stuve.uni-ulm.de
|
registry: git.stuve.uni-ulm.de
|
||||||
username: ${{ user_name }}
|
username: ${{ USER_NAME }}
|
||||||
password: ${{ user_password }}
|
password: ${{ USER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
|
Loading…
Reference in New Issue