Skip to content

Commit

Permalink
update ci triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Oct 3, 2023
1 parent ce2b648 commit aa3690a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ name: Docker image
on:
push:
branches:
- master
- next
- "**"
tags:
- v**
- "v*.*.*"
pull_request:
branches:
- "main"

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -36,7 +38,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit aa3690a

Please sign in to comment.