Skip to content

Commit 46c918d

Browse files
committed
plz work
1 parent 5be06db commit 46c918d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/docker.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,11 @@ jobs:
4343
uses: robinraju/[email protected]
4444
with:
4545
repository: "coder/code-server"
46-
latest: true
46+
tag: "v4.3.0"
4747
fileName: "*"
48-
zipBall: true
4948
out-file-path: "release-packages"
5049
path: "release-packages"
5150

52-
- name: Unzip release artifacts
53-
run: tar -xzf release-packages
54-
5551
- name: Run ./ci/steps/docker-buildx-push.sh
5652
run: ./ci/steps/docker-buildx-push.sh
5753
env:

0 commit comments

Comments
 (0)