mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Publish capella images on push (#3803)
This commit is contained in:
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@@ -5,6 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- unstable
|
- unstable
|
||||||
- stable
|
- stable
|
||||||
|
- capella
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
@@ -34,6 +35,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "VERSION=latest" >> $GITHUB_ENV
|
echo "VERSION=latest" >> $GITHUB_ENV
|
||||||
echo "VERSION_SUFFIX=-unstable" >> $GITHUB_ENV
|
echo "VERSION_SUFFIX=-unstable" >> $GITHUB_ENV
|
||||||
|
- name: Extract version (if capella)
|
||||||
|
if: github.event.ref == 'refs/heads/capella'
|
||||||
|
run: |
|
||||||
|
echo "VERSION=capella" >> $GITHUB_ENV
|
||||||
|
echo "VERSION_SUFFIX=" >> $GITHUB_ENV
|
||||||
- name: Extract version (if tagged release)
|
- name: Extract version (if tagged release)
|
||||||
if: startsWith(github.event.ref, 'refs/tags')
|
if: startsWith(github.event.ref, 'refs/tags')
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user