diff --git a/.github/workflows/container-image.yaml b/.github/workflows/container-image.yaml index 004a7ef..9407324 100644 --- a/.github/workflows/container-image.yaml +++ b/.github/workflows/container-image.yaml @@ -1,6 +1,10 @@ name: Container Images -on: push +on: + push: + # Sequence of patterns matched against refs/tags + tags: + - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 env: REGION : "us-east-1" jobs: