Skip to content

Commit

Permalink
wip: test publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Nov 9, 2024
1 parent 53450bf commit 22039ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
release:
types:
- published
pull_request:
workflow_dispatch:

jobs:
Expand All @@ -29,7 +30,6 @@ jobs:
with:
images: uatuko/ruek
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit 22039ea

Please sign in to comment.