forked from Mario1159/osic-stacks
Edit local tag names and build without push
This commit is contained in:
parent
290410dad3
commit
f932fd2899
@ -28,24 +28,18 @@ jobs:
|
||||
|
||||
- name: Build desktop 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-desktop:latest
|
||||
osicstacks-base-desktop:latest
|
||||
push: false
|
||||
tags: osicstacks-base-desktop
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
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
|
||||
push: false
|
||||
tags: osicstacks-base-web
|
||||
platforms: linux/amd64
|
||||
context: .
|
||||
file: ./base/web.Dockerfile
|
Loading…
Reference in New Issue
Block a user