Skip to content

Commit

Permalink
Use tag-based release to publish to AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Nov 1, 2023
1 parent 4635700 commit c247aba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/image_to_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ env:
AWS_REGION: 'us-east-1'

on:
workflow_dispatch:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
push:
Expand Down

0 comments on commit c247aba

Please sign in to comment.