Skip to content

Commit

Permalink
handlebar not working
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Nov 5, 2024
1 parent 808f0ba commit 86060a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
name=ghcr.io/${{ github.repository_owner }}/${{ steps.name.outputs.image_name }}
name=pecan/${{ steps.name.outputs.image_name }},enable={{is_default_branch}}
name=pecan/${{ steps.name.outputs.image_name }},enable=${{ github.event_name != 'pull_request' }}
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand Down

0 comments on commit 86060a0

Please sign in to comment.