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