Skip to content

Commit

Permalink
Merge pull request #76 from voxpupuli/short_container_names
Browse files Browse the repository at this point in the history
Use short container names
  • Loading branch information
rwaffen authored Aug 2, 2024
2 parents 55a7f2a + f73463d commit f81564b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f81564b

Please sign in to comment.