From 82819d9de938d5103aa115c975f2b0f67f98e509 Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 19 Mar 2025 15:20:17 -0400 Subject: [PATCH] Update .github/workflows/build.yaml --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d9fd60..9e9c198 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: Login to Self-Hosted Registry uses: docker/login-action@v3 with: - registry: git.myco.systems + registry: fung.uy username: ${{ secrets.MYCO_REGISTRY_USER }} password: ${{ secrets.MYCO_PERSONAL_ACCESS_TOKEN }} @@ -39,4 +39,5 @@ jobs: HUGO_VERSION=0.138.0 NODE_VERSION=22.5.0 tags: | - git.myco.systems/mycosystems/web-ci:latest + fung.uy/mycosystems/web-ci:latest + fung.uy/mycosystems/web-ci:0.138.0