Skip to content

Commit

Permalink
build latest version for each puppet version
Browse files Browse the repository at this point in the history
remove global latest
  • Loading branch information
tuxmea committed Jan 5, 2024
1 parent 43f6122 commit aad8cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
buildfile: puppetserver/Dockerfile
tags: |
ghcr.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ matrix.version }}-latest
docker.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${{ matrix.version }}-latest
- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
Expand Down

0 comments on commit aad8cfb

Please sign in to comment.