Skip to content

Commit

Permalink
DEV-405: Expands release action to include main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danschmidt5189 committed Nov 13, 2023
1 parent a02c395 commit d204d82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on:
push:
branches:
- main
release:
types:
- published
Expand Down Expand Up @@ -51,6 +54,7 @@ jobs:
with:
images: ${{ env.BASE_IMAGE_NAME }}
tags:
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{major}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}}
Expand All @@ -67,4 +71,4 @@ jobs:
with:
src: ${{ env.BUILD_IMAGE }}
dst: |
${{ steps.meta.outputs.tags }}
${{ steps.meta.outputs.tags }}

0 comments on commit d204d82

Please sign in to comment.