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