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
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
with:
|
||||
repository: "coder/code-server"
|
||||
tag: v${{ steps.version.outputs.version }}
|
||||
fileName: "*.deb"
|
||||
fileName: "*"
|
||||
out-file-path: "release-packages"
|
||||
|
||||
- name: Publish to Docker
|
||||
|
Reference in New Issue
Block a user