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 - name: Build desktop base
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
env:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with: with:
push: true push: false
tags: | tags: osicstacks-base-desktop
git.1159.cl/mario1159/osicstacks-base-desktop:latest
osicstacks-base-desktop:latest
platforms: linux/amd64 platforms: linux/amd64
context: . context: .
file: ./base/desktop.Dockerfile file: ./base/desktop.Dockerfile
- name: Build web base - name: Build web base
uses: docker/build-push-action@v4 uses: docker/build-push-action@v4
env:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with: with:
push: true push: false
tags: git.1159.cl/mario1159/osicstacks-base-web:latest tags: osicstacks-base-web
platforms: linux/amd64 platforms: linux/amd64
context: . context: .
file: ./base/web.Dockerfile file: ./base/web.Dockerfile