Fixed the issue with naming steps.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2023-04-12 16:09:26 +08:00
parent ac7255dbed
commit 18ac352b28

View File

@@ -8,7 +8,7 @@ steps:
commands: commands:
- echo "$(date "+%Y-%m-%d"), latest" > .tags - echo "$(date "+%Y-%m-%d"), latest" > .tags
- name: &name ubuntu_22 - name: &name ubuntu-22
image: &image thegeeklab/drone-docker-buildx:23 image: &image thegeeklab/drone-docker-buildx:23
depends_on: &depends depends_on: &depends
- create_tags - create_tags
@@ -34,7 +34,7 @@ steps:
cache_to: cache_to:
- type=local,dest=/cache/${DRONE_REPO}/ubuntu-22.04,mode=max - type=local,dest=/cache/${DRONE_REPO}/ubuntu-22.04,mode=max
- name: *name - name: ubuntu-20
image: *image image: *image
depends_on: *depends depends_on: *depends
environment: environment:
@@ -49,7 +49,7 @@ steps:
cache_to: cache_to:
- type=local,dest=/cache/${DRONE_REPO}/ubuntu-20.04,mode=max - type=local,dest=/cache/${DRONE_REPO}/ubuntu-20.04,mode=max
- name: *name - name: ubuntu-18
image: *image image: *image
depends_on: *depends depends_on: *depends
environment: environment: