Merge branch 'feat/build-docker-image-on-push-to-main-branch'
This commit is contained in:
commit
8c4ce0495d
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=edge,branch=main
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
|
|||
Loading…
Reference in New Issue