Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
ci(container): Also publish tagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Oct 13, 2022
1 parent 8217774 commit 6491d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Publish Container
on:
push:
branches: ["main"]
tags:
- "v*"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 6491d1c

Please sign in to comment.