summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-02-08 11:10:47 -0500
committerGitHub <noreply@github.com>2021-02-08 11:10:47 -0500
commit237ea440eb9d20e0c8cc104d18adfe6ecb889f2e (patch)
tree0d764b9d625bae56adb6bbf68c2f33eee1aad025 /.github
parent9ba79d3a1aec40d66b2d9570ae51715b151461bd (diff)
Fixed handling of Docker image tags for release builds. (#10615)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 8f0795d1c0..04f91bff55 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -17,7 +17,7 @@ on:
inputs:
version:
name: Version Tag
- default: latest
+ default: nightly
required: true
jobs:
docker-build: