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 1444b3f commit 9817305
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: puppetdb
buildfile: puppetdb/Dockerfile
tags: |
ghcr.io/${{ github.repository }}:${{ matrix.versoin }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:v${{ matrix.version }}-${{ github.ref_name }}
ghcr.io/${{ github.repository }}:latest
docker.io/${{ github.repository }}:${{ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:v${{ matrix.version }}-${{ github.ref_name }}
docker.io/${{ github.repository }}:latest
- name: Update Docker Hub Description
Expand Down

0 comments on commit 9817305

Please sign in to comment.