From 687a176e36b8424e53c29037cccbb6bb755b2822 Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Tue, 20 Feb 2024 15:42:15 +0100 Subject: [PATCH] ci: fix another error --- .github/workflows/main-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 877490e..4c2d22c 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -24,7 +24,7 @@ jobs: with: runs-on: '["self-hosted"]' oci-registry: "docker.io" - oci-registry-username: ${{ secrets.DOCKERHUB_REGISTRY_USER }} + oci-registry-username: ${{ vars.DOCKERHUB_REGISTRY_USERNAME }} images: | [{ "image": "http-header-authenticator",