Add web base image to workflow

This commit is contained in:
Mario Romero 2023-09-22 01:29:02 -03:00
parent 1361f3b0d3
commit 50cde00ffc

View File

@ -36,4 +36,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