Skip to content

Commit

Permalink
correct tag enable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Jul 30, 2024
1 parent 202234e commit 0d49a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.GITHUB_REPO }}
tags: |
type=raw,value=latest
type=raw,value=stable,enabled=${{ github.event_name == 'release' }}
type=semver,pattern={{version}},enabled=${{ github.event_name == 'release' }}
type=sha,priority=250,enabled=${{ github.event_name == 'workflow_dispatch' }}
type=raw,value=stable,enable=${{ github.event_name == 'release' }}
type=semver,pattern={{version}},enable=${{ github.event_name == 'release' }}
type=sha,priority=250,enable=${{ github.event_name == 'workflow_dispatch' }}
- name: Set outputs
id: vars
Expand Down

0 comments on commit 0d49a3b

Please sign in to comment.