Skip to content

Commit 546c118

Browse files
committed
Add repo and context
1 parent cf30dd8 commit 546c118

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,20 @@ jobs:
6969
needs: [set-version, build]
7070
runs-on: ubuntu-latest
7171
steps:
72+
- uses: actions/checkout@6
7273
- uses: actions/download-artifact@v8
7374
with:
7475
name: dstack-sshproxy
7576
path: build
7677
- run: |
7778
mv dstack-sshproxy-* dstack-sshproxy
7879
working-directory: build
79-
- run: |
80-
ls -la .
81-
ls -la build
82-
- name: Set up QEMU
83-
uses: docker/setup-qemu-action@v4
8480
- name: Set up Docker Buildx
8581
uses: docker/setup-buildx-action@v4
8682
- name: Build and push
8783
uses: docker/build-push-action@v7
8884
with:
85+
context: .
8986
push: false
9087
tags: |
9188
dstackai/sshproxy:${{ needs.set-version.outputs.version }}

0 commit comments

Comments
 (0)