Edit local tag names and build without push

This commit is contained in:
Mario Romero 2023-09-22 02:10:48 -03:00
parent 290410dad3
commit f932fd2899

View File

@ -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