Fixed the issue with naming steps.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user