From f792aae86df98dea2ac1e9fe5b51e08964927169 Mon Sep 17 00:00:00 2001 From: dfcarvajal Date: Wed, 17 Dec 2025 23:02:04 +0100 Subject: [PATCH] TEST: build web --- .gitea/workflows/build_web.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/build_web.yml b/.gitea/workflows/build_web.yml index 85d3375..4ef003a 100644 --- a/.gitea/workflows/build_web.yml +++ b/.gitea/workflows/build_web.yml @@ -10,18 +10,12 @@ jobs: runs-on: ubuntu container: ghcr.io/catthehacker/ubuntu:act-latest env: - IMAGE_NAME: example-image - REGISTRY: example.com - REPO_OWNER: test + IMAGE_NAME: microserviciospython + REGISTRY: nexus.rancherk3.duckdns.org + REPO_OWNER: tfm steps: - name: Checkout uses: actions/checkout@v4 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - registry: example.com - username: ${{ gitea.actor }} - password: ${{ secrets.REGISTRY_TOKEN }} - name: Build and push run: | TODAY=$(date +'%Y-%m-%d')