Update-Pipeline #12

Merged
gnilebein merged 2 commits from Update-Pipeline into main 2024-11-20 14:38:45 +00:00
3 changed files with 7 additions and 3 deletions
Showing only changes of commit 054af6572f - Show all commits

View File

@ -37,6 +37,7 @@ jobs:
with: with:
context: ./StableV2 context: ./StableV2
file: StableV2/Dockerfile file: StableV2/Dockerfile
platforms: linux/amd64
pull: false pull: false
push: true push: true
no-cache: true no-cache: true
@ -77,6 +78,7 @@ jobs:
with: with:
context: ./Experimental context: ./Experimental
file: Experimental/Dockerfile file: Experimental/Dockerfile
platforms: linux/amd64
pull: false pull: false
push: true push: true
no-cache: true no-cache: true