Skip to content

Commit

Permalink
Merge pull request #4374 from systeminit/fix/amend-github-tag-filteri…
Browse files Browse the repository at this point in the history
…ng-for-main-deploy

fix: be more direct in tag filtering for deploying on main
  • Loading branch information
johnrwatson authored Aug 20, 2024
2 parents 858cb12 + c15b88e commit d5c7376
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-on-main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
on:
push:
tags:
- '.*(sdf|rebaser|pinga|web|veritech).*'
# These fairly explicitly directly matches the tags we push [examples]
- 'bin/sdf/image/*' # bin/sdf/image/20240820.143323.0-sha.982dd5a81
- 'bin/rebaser/image/*' # bin/rebaser/image/20240820.143323.0-sha.982dd5a81
- 'bin/pinga/image/*' # bin/pinga/image/20240820.143323.0-sha.982dd5a81
- 'bin/veritech/image/*' # bin/veritech/image/20240820.031721.0-sha.efea02a6a
- 'app/web/image/*' # app/web/image/20240820.000535.0-sha.13e826961

jobs:
parse-tag:
Expand Down

0 comments on commit d5c7376

Please sign in to comment.