Skip to content

Commit

Permalink
Fix release tag (#48)
Browse files Browse the repository at this point in the history
* Fix release tag.

* Create release.yml
  • Loading branch information
tsalo authored Aug 28, 2024
1 parent ca9cc81 commit cbc8bf4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: 🛠 Breaking Changes
labels:
- breaking-change
- title: 🎉 Exciting New Features
labels:
- enhancement
- title: 👎 Deprecations
labels:
- deprecation
- title: 🐛 Bug Fixes
labels:
- bug
- title: Other Changes
labels:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
tags: |
nipreps/fmripost-aroma:unstable
${{ github.event_name == 'release' && 'nipreps/fmripost-aroma:latest' || '' }}
${{ github.event_name == 'release' && 'nipreps/fmripost-aroma:${{ github.event.release.tag_name }}' || '' }}
${{ github.event_name == 'release' && 'nipreps/fmripost-aroma:${{ steps.meta.outputs.tags }}' || '' }}

0 comments on commit cbc8bf4

Please sign in to comment.