Skip to content

Commit

Permalink
adopt version string in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Jan 3, 2024
1 parent 16f56a5 commit f4fbd24
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 @@ -42,9 +42,9 @@ jobs:
build_context: puppetserver
buildfile: puppetserver/Dockerfile
tags: |
ghcr.io/${{ github.repository }}:v${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:v${ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:${ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:latest
- name: Update Docker Hub Description
Expand Down

0 comments on commit f4fbd24

Please sign in to comment.