From 39df2c97db14afd05888d21180d1d86c07515bd2 Mon Sep 17 00:00:00 2001 From: Marcio Date: Tue, 23 Jul 2024 12:47:06 -0300 Subject: [PATCH] Set GH image name as variable --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 46a4cc2..a873cdd 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -69,7 +69,7 @@ jobs: uses: docker/metadata-action@v5 with: images: | - zimbres/activedirectory-to-restapi + zimbres/${{ secrets.DOCKERHUB_IMAGE }} flavor: | latest=true tags: |