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 10, 2024
1 parent c2c7a87 commit dae0419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
coverage:
if: false
name: Code coverage
runs-on: ubuntu-latest
concurrency:
Expand Down
3 changes: 2 additions & 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 Down Expand Up @@ -35,7 +36,7 @@ jobs:
${{ github.repository }}
ghcr.io/${{ github.repository }}
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=latest
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit dae0419

Please sign in to comment.