mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
fix: Docker push (#5175)
The action actually does not support wildcards but it does support * for downloading all artifacts.
This commit is contained in:
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: "coder/code-server"
|
repository: "coder/code-server"
|
||||||
tag: v${{ steps.version.outputs.version }}
|
tag: v${{ steps.version.outputs.version }}
|
||||||
fileName: "*.deb"
|
fileName: "*"
|
||||||
out-file-path: "release-packages"
|
out-file-path: "release-packages"
|
||||||
|
|
||||||
- name: Publish to Docker
|
- name: Publish to Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user