Skip to content

Commit

Permalink
Add trigger to build and publish docker image on release
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed Sep 24, 2021
1 parent adacc0c commit aafa750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Publish Docker Image

on:
release:
types:
- published
push:
branches:
- main
Expand Down

0 comments on commit aafa750

Please sign in to comment.