vishnoianil commited on
Commit
8029efc
·
unverified ·
1 Parent(s): 359c3b5

ci: Use release event to trigger the image publishing job for releases (#63)

Browse files
Files changed (1) hide show
  1. .github/workflows/images.yml +2 -2
.github/workflows/images.yml CHANGED
@@ -4,8 +4,8 @@ on:
4
  push:
5
  branches:
6
  - main
7
- tags:
8
- - 'v*'
9
 
10
  # env:
11
  # GHCR_REGISTRY: ghcr.io
 
4
  push:
5
  branches:
6
  - main
7
+ release:
8
+ types: [published]
9
 
10
  # env:
11
  # GHCR_REGISTRY: ghcr.io