mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-06 08:49:41 -06:00
Build on latest or v* Tag
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: Build Docker Image
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'latest'
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user