From 7da3c37e5bdd7d67478b69d22450f60d77dd7420 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 25 Apr 2025 09:26:49 -0700 Subject: [PATCH] Updated generated image name to use the the directorylister namespace --- .github/workflows/ci-suite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yaml b/.github/workflows/ci-suite.yaml index bca67fc..3741db9 100644 --- a/.github/workflows/ci-suite.yaml +++ b/.github/workflows/ci-suite.yaml @@ -132,7 +132,7 @@ jobs: id: extract-metadata uses: docker/metadata-action@v5 with: - images: ${{ env.DOCKER_HUB_USER }}/directory-lister + images: directorylister/directorylister tags: | type=semver,pattern={{major}}.{{minor}}.{{patch}} type=semver,pattern={{major}}.{{minor}}