From 18ac352b28089845fbc020d39b35b25762c5fc04 Mon Sep 17 00:00:00 2001 From: Ameer Hamza Date: Wed, 12 Apr 2023 16:09:26 +0800 Subject: [PATCH] Fixed the issue with naming steps. --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec16560..6cf3b61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: commands: - echo "$(date "+%Y-%m-%d"), latest" > .tags - - name: &name ubuntu_22 + - name: &name ubuntu-22 image: &image thegeeklab/drone-docker-buildx:23 depends_on: &depends - create_tags @@ -34,7 +34,7 @@ steps: cache_to: - type=local,dest=/cache/${DRONE_REPO}/ubuntu-22.04,mode=max - - name: *name + - name: ubuntu-20 image: *image depends_on: *depends environment: @@ -49,7 +49,7 @@ steps: cache_to: - type=local,dest=/cache/${DRONE_REPO}/ubuntu-20.04,mode=max - - name: *name + - name: ubuntu-18 image: *image depends_on: *depends environment: