Skip to content

Commit

Permalink
Merge pull request #24 from paul-gilber/update-release-title
Browse files Browse the repository at this point in the history
Fix tag release docker image sha prefix
  • Loading branch information
paul-gilber authored Oct 30, 2023
2 parents 02b7db8 + c35ba58 commit 7762172
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"vscjava.vscode-java-debug",
"cweijan.vscode-mysql-client2",
"redhat.java",
"hashicorp.hcl"
"hashicorp.hcl",
"Perkovec.emoji"
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Configuration for .github/workflows/release-drafter.yml

name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION 📢'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
# branch event
type=ref,event=branch
# dynamically set the branch name as a prefix (short sha format)
type=sha,prefix={{branch}}-
# dynamically set the branch name and tag as a prefix (short sha format)
type=sha,prefix={{branch}}{{tag}}-
# tag event
type=ref,event=tag
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"ms-vscode-remote.remote-containers",
"cweijan.vscode-mysql-client2",
"redhat.java",
"hashicorp.hcl"
"hashicorp.hcl",
"perkovec.emoji"
]
}

0 comments on commit 7762172

Please sign in to comment.