diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 10d24ba..8e2a30c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -18,7 +18,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 }}