Context
Some checks failed
Deploy Container Image to Registry / docker (push) Failing after 19s

Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
Patrick Niebeling
2024-11-20 13:48:32 +01:00
parent bebd42a52e
commit b351a59b31

View File

@ -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: |