From bfdbc626cb2a02ac85f94ad4da56131eea8530d9 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 30 Apr 2023 13:42:37 -0400 Subject: [PATCH] nightly tag for docker images --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3df7512fd0..1b1cf7a2cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1162,7 +1162,7 @@ steps: pull: always settings: auto_tag: false - tags: dev-linux-amd64 + tags: nightly-linux-amd64 repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io @@ -1184,7 +1184,7 @@ steps: settings: dockerfile: Dockerfile.rootless auto_tag: false - tags: dev-linux-amd64-rootless + tags: nightly-linux-amd64-rootless repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io @@ -1487,7 +1487,7 @@ steps: pull: always settings: auto_tag: false - tags: dev-linux-arm64 + tags: nightly-linux-arm64 repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io @@ -1509,7 +1509,7 @@ steps: settings: dockerfile: Dockerfile.rootless auto_tag: false - tags: dev-linux-arm64-rootless + tags: nightly-linux-arm64-rootless repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io