From f932fd2899906b3e0326e920b7125e8060e1716c Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Fri, 22 Sep 2023 02:10:48 -0300 Subject: [PATCH] Edit local tag names and build without push --- .gitea/workflows/release.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2cec832..7b85acb 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 \ No newline at end of file