Skip to content

Commit

Permalink
Fixed Docker build invalid workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Apr 17, 2024
1 parent b3c1d8a commit f16ae89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
- "*/feature/*"
tags:
- "[a-z0-9]+-v*"
branches:
# Expected to be <network>/{fix,feature}/<name> where <network> is one of {geth,bsc,polygon,etc.}
- "*/fix/*"
- "*/feature/*"

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit f16ae89

Please sign in to comment.