From 7cef32aec67ca964ff3a4fa97a213eb0ba265872 Mon Sep 17 00:00:00 2001 From: Jesse Y Lin Date: Mon, 24 Jul 2023 15:45:24 +0200 Subject: [PATCH] ci: go back to non test token --- .github/workflows/build-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index a629591..1e6ca69 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -52,8 +52,8 @@ jobs: uses: docker/login-action@v2 with: registry: registry.gitlab.inria.fr/cromac/automateddiscoverytool - username: ${{ secrets.GITLAB_REGISTRY_TEST_USERNAME }} - password: ${{ secrets.GITLAB_REGISTRY_TEST_PASSWORD }} + username: ${{ secrets.GITLAB_REGISTRY_USERNAME }} + password: ${{ secrets.GITLAB_REGISTRY_PASSWORD }} - name: Build and push uses: docker/build-push-action@v4 with: