Skip to content

Commit

Permalink
ci: More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgalow committed Oct 19, 2023
1 parent bb6c232 commit e8d4638
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ jobs:
${{ github.repository }}
ghcr.io/${{ github.repository }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{version}},format=latest
type=raw,value=${{ github.event.inputs.tags || github.ref_name }}
type=semver,pattern={{version}},value=${{ github.event.inputs.tags || github.ref_name }}
type=semver,pattern={{version}},value=${{ github.event.inputs.tags || github.ref_name }},format=latest
- name: Debug - Print generated tags
run: 'echo "Generated Tags: ${{ steps.meta.outputs.tags }}"'
Expand Down

0 comments on commit e8d4638

Please sign in to comment.