Skip to content

Commit

Permalink
Fix reusable workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 5ddda6d commit 88ec6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
images: ghcr.io/${{ github.repository }}
flavor: latest=false
tags: |
type=semver,pattern={{version}},value=${{ inputs.version }}
type=semver,pattern=${{ inputs.semver-pattern }},value=${{ inputs.version }}
- name: Generate GitHub metadata
id: github-meta
Expand Down

0 comments on commit 88ec6f8

Please sign in to comment.