Skip to content

Commit

Permalink
correct reference to input vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Feb 2, 2024
1 parent 34d368a commit 062a7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# generate Docker tags based on the following events/attributes
tags: |
type=semver,pattern={{version}},value=${{ inputs.mautic_version }}
type=semver,pattern={{major}}.{{minor}},value=${{ inputs.mautic_version }},enable=${{ overwrite_latest_minor }}
type=semver,pattern={{major}},value=${{ inputs.mautic_version }},enable=${{ overwrite_latest_major }}
type=semver,pattern={{major}}.{{minor}},value=${{ inputs.mautic_version }},enable=${{ inputs.overwrite_latest_minor }}
type=semver,pattern={{major}},value=${{ inputs.mautic_version }},enable=${{ inputs.overwrite_latest_major }}
flavor: |
latest=false
prefix=
Expand Down

0 comments on commit 062a7d3

Please sign in to comment.