Skip to content

Commit 4d45044

Browse files
committed
x: fix cd
1 parent 48b728f commit 4d45044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ github.token }}
2828

2929
- name: Pull dev image
30-
run: ./docker/env.sh pull ${{ github.sha }}
30+
run: ./docker/env.sh pull
3131

3232
- name: Tag dev image with version
3333
run: |

0 commit comments

Comments
 (0)