diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-04-24 17:59:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 17:59:57 -0400 |
commit | ec9602b79b84650601c098225baf812a5ddf49fc (patch) | |
tree | e83728dbf54fbce065abdee2e97eaf48f8161834 | |
parent | 8cc60ee01a6af4e1691fc49252ce2c79efd320dc (diff) | |
download | gitea-ec9602b79b84650601c098225baf812a5ddf49fc.tar.gz gitea-ec9602b79b84650601c098225baf812a5ddf49fc.zip |
update nightly drone docker tag (#24311)
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index d1eca955fc..087ddd6166 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1369,7 +1369,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 @@ -1391,7 +1391,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 @@ -1711,7 +1711,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 @@ -1733,7 +1733,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 |