Add the rest of the stacks to the workflow
All checks were successful
release / dockerbuild (push) Successful in 1h3m30s
All checks were successful
release / dockerbuild (push) Successful in 1h3m30s
This commit is contained in:
parent
c5047963de
commit
3570eed8ac
@ -40,4 +40,84 @@ jobs:
|
||||
tags: git.1159.cl/mario1159/osicstacks-base-web
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./base/web.Dockerfile
|
||||
file: ./base/web.Dockerfile
|
||||
|
||||
- name: Build analog-xk desktop
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-desktop
|
||||
tags: git.1159.cl/mario1159/analog-xk-desktop
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/analog-xk.Dockerfile
|
||||
|
||||
- name: Build analog-xk web
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-web
|
||||
tags: git.1159.cl/mario1159/analog-xk-web
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/analog-xk.Dockerfile
|
||||
|
||||
- name: Build analog-xm desktop
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-desktop
|
||||
tags: git.1159.cl/mario1159/analog-xm-desktop
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/analog-xm.Dockerfile
|
||||
|
||||
- name: Build analog-xm web
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-web
|
||||
tags: git.1159.cl/mario1159/analog-xm-web
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/analog-xm.Dockerfile
|
||||
|
||||
- name: Build analog-heavy desktop
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-desktop
|
||||
tags: git.1159.cl/mario1159/analog-heavy-desktop
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/analog-heavy.Dockerfile
|
||||
|
||||
- name: Build analog-heavy web
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-web
|
||||
tags: git.1159.cl/mario1159/analog-heavy-web
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/analog-heavy.Dockerfile
|
||||
|
||||
- name: Build digital-ator desktop
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-web
|
||||
tags: git.1159.cl/mario1159/analog-xm-web
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/digital-ator.Dockerfile
|
||||
|
||||
- name: Build digital-ator web
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
build-args: BASE_IMG=git.1159.cl/mario1159/osicstacks-base-web
|
||||
tags: git.1159.cl/mario1159/analog-xm-web
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./stacks/digital-ator.Dockerfile
|
Loading…
Reference in New Issue
Block a user