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')