|
|
@@ -105,6 +105,7 @@ pipeline: |
|
|
|
|
|
|
|
|
docker: |
|
|
docker: |
|
|
image: plugins/docker |
|
|
image: plugins/docker |
|
|
|
|
|
pull: true |
|
|
repo: gitea/gitea |
|
|
repo: gitea/gitea |
|
|
tags: [ '${DRONE_TAG##v}' ] |
|
|
tags: [ '${DRONE_TAG##v}' ] |
|
|
when: |
|
|
when: |
|
|
@@ -113,6 +114,7 @@ pipeline: |
|
|
|
|
|
|
|
|
docker: |
|
|
docker: |
|
|
image: plugins/docker |
|
|
image: plugins/docker |
|
|
|
|
|
pull: true |
|
|
repo: gitea/gitea |
|
|
repo: gitea/gitea |
|
|
tags: [ '${DRONE_BRANCH##release/v}' ] |
|
|
tags: [ '${DRONE_BRANCH##release/v}' ] |
|
|
when: |
|
|
when: |
|
|
@@ -121,6 +123,7 @@ pipeline: |
|
|
|
|
|
|
|
|
docker: |
|
|
docker: |
|
|
image: plugins/docker |
|
|
image: plugins/docker |
|
|
|
|
|
pull: true |
|
|
repo: gitea/gitea |
|
|
repo: gitea/gitea |
|
|
tags: [ 'latest' ] |
|
|
tags: [ 'latest' ] |
|
|
when: |
|
|
when: |
|
|
|