From e6c4f3b55bee65d55b727baee460a4ea2b3e305e Mon Sep 17 00:00:00 2001 From: brooke Date: Mon, 17 Mar 2025 19:42:37 -0400 Subject: [PATCH] update registery url --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}