Skip to content

Commit

Permalink
Merge pull request #45 from voxpupuli/build_puppetversion-latest
Browse files Browse the repository at this point in the history
build latest version for each puppet version
  • Loading branch information
tuxmea authored Jan 5, 2024
2 parents 43f6122 + 5663b61 commit f8e199e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
buildfile: puppetserver/Dockerfile
tags: |
ghcr.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:${{ matrix.version }}-latest
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:${{ matrix.version }}-latest
docker.io/${{ github.repository }}:latest
- name: Update Docker Hub Description
Expand Down

0 comments on commit f8e199e

Please sign in to comment.