From 431ed7748d9b28eb0aefcd4e6e1a599d3d13090f Mon Sep 17 00:00:00 2001 From: Federico Maggi <7142570+fredmaggiowski@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:15:12 +0100 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 083986d..5e3b984 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,7 +156,7 @@ jobs: with: registry: nexus.mia-platform.eu username: ${{ secrets.MIA_PLATFORM_DOCKER_REGISTRY_USERNAME }} - password: ${{ secrets.MIA_PLATFORM_DOCKER_REGISTRYPASSWORD }} + password: ${{ secrets.MIA_PLATFORM_DOCKER_REGISTRY_PASSWORD }} - name: Prepare build cache uses: actions/cache@v4