Skip to content

Commit cc6f8fb

Browse files
committed
chore: fix docker action
1 parent 045cd8c commit cc6f8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: ..
3434

3535
- name: Install unblocked
36-
run: yarn build:all
36+
run: yarn build
3737
working-directory: ../unblocked
3838

3939
- name: Chocolatey Install Action

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
password: ${{ secrets.DOCKERHUB_TOKEN }}
7272

7373
- name: Push Image to Dockerhub
74-
74+
run: docker push -a docker.io/${IMAGE}

0 commit comments

Comments
 (0)