diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index f5135a17..4e73e4cc 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -251,7 +251,7 @@ jobs: file: docker/production/Dockerfile platforms: linux/amd64,linux/arm64 push: true - tags: ${{ secrets.DOCKER_HUB_USERNAME }}/invoiceshelf:${{ steps.tag.outputs.tag }} + tags: invoiceshelf/invoiceshelf:${{ steps.tag.outputs.tag }} cache-from: type=gha cache-to: type=gha,mode=max