From 1998d15b25a35ce4e3b54cdd20c9d03fe96cd69e Mon Sep 17 00:00:00 2001 From: Darko Gjorgjijoski Date: Sun, 31 Aug 2025 16:17:32 +0200 Subject: [PATCH] Fix repository name --- .github/workflows/docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 0b305c07..68c54f91 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -149,7 +149,7 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: ${{ secrets.DOCKER_HUB_USERNAME }}/invoiceshelf + images: invoiceshelf/invoiceshelf tags: | type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} @@ -192,7 +192,7 @@ jobs: file: docker/production/Dockerfile platforms: linux/amd64,linux/arm64 push: true - tags: ${{ secrets.DOCKER_HUB_USERNAME }}/invoiceshelf:${{ github.event.inputs.tag }} + tags: invoiceshelf/invoiceshelf:${{ github.event.inputs.tag }} cache-from: type=gha cache-to: type=gha,mode=max