Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
@ -15,7 +15,7 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: gitea.gnilebein.de
|
||||
username: ${{ secrets.REG_GITEA_USERNAME }}
|
||||
username: ${{ gitea.repository_owner }}
|
||||
password: ${{ secrets.REG_GITEA_PASSWORD }}
|
||||
|
||||
- name: Get Meta
|
||||
@ -27,7 +27,8 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: StableV2
|
||||
context: ./StableV2/
|
||||
pull: true
|
||||
push: true
|
||||
no-cache: true
|
||||
build-args: |
|
||||
|
Reference in New Issue
Block a user