Skip to content

Commit 225e1c9

Browse files
Update .drone.yml
1 parent ba82a3c commit 225e1c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ steps:
1919
when:
2020
ref:
2121
- "refs/pull/**" # Only run for pull requests
22-
- name: publish-2.1.0
22+
- name: publish-2.1.1
2323
image: plugins/docker:20
2424
settings:
2525
# auto_tag: true
2626
# auto_tag_suffix: v2.0.2-java17
2727
tags:
28-
- v2.1.0
29-
- latest
28+
- v2.1.1
29+
# - latest
3030
# - stable-java17
3131
daemon_off: false
3232
dockerfile: Dockerfile

0 commit comments

Comments
 (0)