mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +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:
parent
f735c87ac7
commit
6cf607eab9
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue