3
.github/workflows/make.yaml
vendored
3
.github/workflows/make.yaml
vendored
@@ -3,6 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
tags:
|
||||||
|
- "v*"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
@@ -26,6 +28,7 @@ jobs:
|
|||||||
- run: "make docker-build"
|
- run: "make docker-build"
|
||||||
env:
|
env:
|
||||||
DOCKER_BUILD_FLAGS: "--push"
|
DOCKER_BUILD_FLAGS: "--push"
|
||||||
|
DOCKER_TAG_NAME: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || 'latest' }}
|
||||||
build:
|
build:
|
||||||
name: "build"
|
name: "build"
|
||||||
runs-on: "ubuntu-22.04"
|
runs-on: "ubuntu-22.04"
|
||||||
|
|||||||
Reference in New Issue
Block a user