Compare commits
2 Commits
2ea47de104
...
7c31178a64
Author | SHA1 | Date | |
---|---|---|---|
7c31178a64 | |||
50cde00ffc |
@ -35,4 +35,15 @@ jobs:
|
|||||||
tags: git.1159.cl/mario1159/osicstacks-base-desktop:latest
|
tags: git.1159.cl/mario1159/osicstacks-base-desktop:latest
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
context: .
|
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