Skip to content

Commit

Permalink
Remove branch trigger from Docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed Jan 16, 2025
1 parent a1ebfe0 commit ab753f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ jobs:
${{ env.GHCR_REPO }}
tags: |
type=schedule,pattern={{date 'YYYY-MM-DD'}}
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
- name: Create manifest list and push
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit ab753f2

Please sign in to comment.