Skip to content

Commit f04cee8

Browse files
committed
Only push image to ECR on tagged release
1 parent 937a4b3 commit f04cee8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/container-image.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Container Images
22

3-
on: push
3+
on:
4+
push:
5+
# Sequence of patterns matched against refs/tags
6+
tags:
7+
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
48
env:
59
REGION : "us-east-1"
610
jobs:

0 commit comments

Comments
 (0)