mirror of
https://github.com/coder/code-server.git
synced 2026-05-09 05:47:26 +02:00
Remove unused Docker step from CI script
This commit is contained in:
@@ -61,8 +61,7 @@ steps:
|
||||
- v2
|
||||
- ${DRONE_TAG}
|
||||
build_args:
|
||||
- codeServerVersion=${DRONE_TAG}
|
||||
- vscodeVersion=1.41.1
|
||||
- tag=${DRONE_TAG}
|
||||
when:
|
||||
event: tag
|
||||
|
||||
@@ -181,8 +180,7 @@ steps:
|
||||
- arm64
|
||||
- ${DRONE_TAG}-arm64
|
||||
build_args:
|
||||
- codeServerVersion=$DRONE_TAG
|
||||
- vscodeVersion=1.41.1
|
||||
- tag=$DRONE_TAG
|
||||
when:
|
||||
event: tag
|
||||
|
||||
@@ -301,8 +299,7 @@ steps:
|
||||
- arm
|
||||
- ${DRONE_TAG}-arm
|
||||
build_args:
|
||||
- codeServerVersion=$DRONE_TAG
|
||||
- vscodeVersion=1.41.1
|
||||
- tag=$DRONE_TAG
|
||||
when:
|
||||
event: tag
|
||||
|
||||
|
||||
Reference in New Issue
Block a user