diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-05-01 14:18:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 14:18:56 -0400 |
commit | 1ceaef26b8d475c03fef52a2346fd2d6d75cc6b9 (patch) | |
tree | 486618917152f4ec235e6884e347c616b0d01577 | |
parent | fa506cd5712996b9fac3ab9615ec0ac90fa6a339 (diff) | |
download | gitea-1ceaef26b8d475c03fef52a2346fd2d6d75cc6b9.tar.gz gitea-1ceaef26b8d475c03fef52a2346fd2d6d75cc6b9.zip |
nightly image tag for releases
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index 197ee131ff..eb0298aebd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1267,7 +1267,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 @@ -1289,7 +1289,7 @@ steps: settings: dockerfile: Dockerfile.rootless auto_tag: false - tags: ${DRONE_BRANCH##release/v}-dev-linux-amd64-rootless + tags: ${DRONE_BRANCH##release/v}-nightly-linux-amd64-rootless repo: gitea/gitea build_args: - GOPROXY=https://goproxy.io @@ -1609,7 +1609,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 @@ -1631,7 +1631,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 |