File
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:53:12 +01:00
parent b351a59b31
commit 0145bfd0b0

View File

@ -27,8 +27,9 @@ 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 file: StableV2/Dockerfile
pull: false
push: true push: true
no-cache: true no-cache: true
build-args: | build-args: |