Compare commits

...

2 Commits

Author SHA1 Message Date
7c31178a64 Merge branch 'cicd' of https://git.1159.cl/Mario1159/osic-stacks into cicd
Some checks failed
release / dockerbuild (push) Failing after 13m13s
2023-09-22 01:29:22 -03:00
50cde00ffc Add web base image to workflow 2023-09-22 01:29:02 -03:00

View File

@ -35,4 +35,15 @@ jobs:
tags: git.1159.cl/mario1159/osicstacks-base-desktop:latest
platforms: linux/amd64
context: .
file: ./base/desktop.Dockerfile
file: ./base/desktop.Dockerfile
- name: Build web base
uses: docker/build-push-action@v4
env:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with:
push: true
tags: git.1159.cl/mario1159/osicstacks-base-web:latest
platforms: linux/amd64
context: .
file: ./base/web.Dockerfile