Skip to content

Commit

Permalink
Merge pull request #103 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 40c2f35 + 3718a0e commit 055be14
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 @@ -47,12 +47,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/puppetserver:${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/voxpupuli/puppetserver:${{ matrix.version }}-latest
ghcr.io/voxpupuli/puppetserver: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/puppetserver:${{ matrix.version }}-${{ github.ref_name }}
docker.io/voxpupuli/puppetserver:${{ matrix.version }}-latest
docker.io/voxpupuli/puppetserver: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/puppetserver

0 comments on commit 055be14

Please sign in to comment.