Skip to content

Commit

Permalink
chore(build): do not support tag starting with v
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Mar 21, 2023
1 parent 7b056bc commit aa92c38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ on:
push:
branches: [ "master" ]
tags:
- "v[0-9]+.[0-9]+.[0-9]+*"
- "[0-9]+.[0-9]+.[0-9]+*"
pull_request:
branches: [ "master" ]
env:
DOCKERHUB_ORG: elpaasoci

jobs:

build_and_publish:
name: build and publish
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa92c38

Please sign in to comment.