Add web base image to workflow
This commit is contained in:
parent
1361f3b0d3
commit
50cde00ffc
@ -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
|
Loading…
Reference in New Issue
Block a user