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