diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-05-01 14:17:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 14:17:52 -0400 |
commit | 499257d81ee6557c156d6c162d453aedc8d7f6f4 (patch) | |
tree | 026ca189eec2d42f89ec0897fa2ffe4ca7ce6bf1 | |
parent | 84fa30e3d5f5fcba3c5c5ed54e8ed0e74b6bb27b (diff) | |
download | gitea-499257d81ee6557c156d6c162d453aedc8d7f6f4.tar.gz gitea-499257d81ee6557c156d6c162d453aedc8d7f6f4.zip |
nightly tag
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index 1b1cf7a2cb..f1432b9c74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1233,7 +1233,7 @@ steps: pull: always settings: auto_tag: false - tags: ${DRONE_BRANCH##release/v}-dev-linux-amd64 + tags: ${DRONE_BRANCH##release/v}-nightly-linux-amd64 repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io @@ -1255,7 +1255,7 @@ steps: settings: dockerfile: Dockerfile.rootless auto_tag: false - tags: ${DRONE_BRANCH##release/v}-dev-linux-amd64-rootless + tags: ${DRONE_BRANCH##release/v}-nightlf-linux-amd64-rootless repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io @@ -1558,7 +1558,7 @@ steps: pull: always settings: auto_tag: false - tags: ${DRONE_BRANCH##release/v}-dev-linux-arm64 + tags: ${DRONE_BRANCH##release/v}-nightly-linux-arm64 repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io @@ -1580,7 +1580,7 @@ steps: settings: dockerfile: Dockerfile.rootless auto_tag: false - tags: ${DRONE_BRANCH##release/v}-dev-linux-arm64-rootless + tags: ${DRONE_BRANCH##release/v}-nightly-linux-arm64-rootless repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io |