Skip to content

Commit

Permalink
ci: build les images Docker à chaque tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Oct 21, 2024
1 parent 3c20381 commit b32171b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
required: true
type: string
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v2.1.3
branches:
- master
paths:
Expand All @@ -24,9 +26,9 @@ on:
- 'stylo-example.env'
pull_request:
paths:
- 'graphql/**'
- 'front/**'
- 'export/**'
- 'graphql/dockerfile'
- 'front/dockerfile'
- 'export/dockerfile'
- '.github/workflows/docker.yml'
- 'docker-compose.yaml'
- 'stylo-example.env'
Expand Down

0 comments on commit b32171b

Please sign in to comment.