From f73463d23ab3c6cdf38eef76d0d7acf992b2e2c5 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 2 Aug 2024 13:24:25 +0200 Subject: [PATCH] Use shotnames Signed-off-by: Robert Waffen --- .github/workflows/build_docker.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index 1cad3a68a..d038148be 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -46,12 +46,25 @@ jobs: ghcr.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }} ghcr.io/${{ github.repository }}:${{ matrix.version }}-latest ghcr.io/${{ github.repository }}:latest + ghcr.io/voxpupuli/puppetdb:${{ matrix.version }}-${{ github.ref_name }} + ghcr.io/voxpupuli/puppetdb:${{ matrix.version }}-latest + ghcr.io/voxpupuli/puppetdb:latest docker.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }} docker.io/${{ github.repository }}:${{ matrix.version }}-latest docker.io/${{ github.repository }}:latest + docker.io/voxpupuli/puppetdb:${{ matrix.version }}-${{ github.ref_name }} + docker.io/voxpupuli/puppetdb:${{ matrix.version }}-latest + docker.io/voxpupuli/puppetdb:latest - name: Update Docker Hub Description uses: peter-evans/dockerhub-description@v4 with: username: voxpupulibot password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }} + + - name: Update Docker Hub Description for shortname + uses: peter-evans/dockerhub-description@v4 + with: + username: voxpupulibot + password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }} + repository: voxpupuli/puppetdb