Skip to content

Commit

Permalink
fix: always build docker images on release (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Oct 11, 2024
1 parent 142252d commit fc75bca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build Docker Image

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

0 comments on commit fc75bca

Please sign in to comment.