Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
Use of conditional not allowed in this way. Use branch for now. Can fix tag use next
  • Loading branch information
beingmattlevy committed Apr 25, 2024
1 parent 3f4a297 commit 6b65640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
# The tagging below follows:
# - When a properly formatted tag is created, as in a release, put the semver version x.y.z in the tag
# - If a build is triggered manually, then mark the branch and short sha in the tag
# - When the default branch is updated, create a release candiate tag
# - When the default branch is updated, create a release candidate tag
tags: |
type=semver,pattern={{version}}
type=sha,prefix={{branch || tag}}-{{sha}},event=workflow_dispatch
type=sha,prefix={{branch}}-{{sha}},event=workflow_dispatch
type=raw,value={{date 'YYYYMMDD-HHmm' tz='America/Los_Angeles'}}-rc,event=branch,branch={{is_default_branch}}
# build-push-action v5.3.0
Expand Down

0 comments on commit 6b65640

Please sign in to comment.