Skip to content

Commit

Permalink
Merge pull request #272 from eclipse-tractusx/ci/docker-publish
Browse files Browse the repository at this point in the history
ci(docker): use semver tag without v prefix
  • Loading branch information
mhellmeier authored Feb 26, 2024
2 parents 690ff90 + 24801db commit c962012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ on:
- main
# trigger events for SemVer like tags
tags:
- 'v*.*.*'
- 'v*.*.*-*'
- '*.*.*'
- '*.*.*-*'
pull_request:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-image-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ on:
- main
# trigger events for SemVer like tags
tags:
- 'v*.*.*'
- 'v*.*.*-*'
- '*.*.*'
- '*.*.*-*'
pull_request:
branches:
- main
Expand Down

0 comments on commit c962012

Please sign in to comment.