mirror of
https://github.com/librenms/docker.git
synced 2026-07-22 17:58:17 +00:00
Update CHANGELOG
This commit is contained in:
parent
fd617cd7a2
commit
6a6252d894
2 changed files with 6 additions and 7 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -2,8 +2,6 @@ name: build
|
|||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 10 * * *' # everyday at 10am
|
||||
push:
|
||||
branches: master
|
||||
tags: '*'
|
||||
|
|
@ -38,12 +36,9 @@ jobs:
|
|||
TAG=${GITHUB_REF#refs/tags/}
|
||||
VERSION=${TAG%-*}
|
||||
fi
|
||||
if [ "${{ github.event_name }}" = "schedule" ]; then
|
||||
VERSION=nightly
|
||||
fi
|
||||
|
||||
TAGS="--tag ${DOCKER_IMAGE}:${VERSION}"
|
||||
if [ "$VERSION" != "edge" ] && [ "$VERSION" != "nightly" ]; then
|
||||
if [ "$VERSION" != "edge" ]; then
|
||||
TAGS="$TAGS --tag ${DOCKER_IMAGE}:latest"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue