Publish capella images on push (#3803)
This commit is contained in:
parent
f3e8ca852e
commit
d48460782b
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- unstable
|
||||
- stable
|
||||
- capella
|
||||
tags:
|
||||
- v*
|
||||
|
||||
@ -34,6 +35,11 @@ jobs:
|
||||
run: |
|
||||
echo "VERSION=latest" >> $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)
|
||||
if: startsWith(github.event.ref, 'refs/tags')
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user