diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-06-21 18:49:07 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-06-21 18:49:07 +0200 |
| commit | 5aaffec11ca8d4823e3ca3c6855b168a1ea87503 (patch) | |
| tree | e702c280b47aba0747d549301c1cd3ee86721afb | |
| parent | fa77a20012a508b497f776407caf780ca09a4c68 (diff) | |
introduced reponame for dockerhub
| -rw-r--r-- | .github/workflows/build-docker-image.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml index d1b9334a1..9109af0b5 100644 --- a/.github/workflows/build-docker-image.yaml +++ b/.github/workflows/build-docker-image.yaml @@ -38,7 +38,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} + #${{ secrets.DOCKERHUB_REPONAME }}/${{ github.event.repository.name }} flavor: | latest=${{ matrix.is_default }} tags: | |
