Skip to content

Commit

Permalink
chore: trigger on any pushed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 14, 2024
1 parent 88903e3 commit fe6cf6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-container-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name: Build container images

on:
release:
types: ['published']
push:
tags: ['*']
# release:
# types: ['published']

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit fe6cf6a

Please sign in to comment.