Skip to content

Commit

Permalink
Remove spaces from "is_default_branch" expression
Browse files Browse the repository at this point in the history
  • Loading branch information
clayoster committed Oct 13, 2024
1 parent ee8f0f4 commit 86c58c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
tags: |
type=semver,pattern={{version}}
# set latest tag for default branch
type=raw,value=latest,enable={{ is_default_branch }}
type=raw,value=latest,enable={{is_default_branch}}
- name: Build and push container image
id: push
Expand Down

0 comments on commit 86c58c0

Please sign in to comment.