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: