Skip to content

Commit 630abf3

Browse files
committed
ci: fix deploy
1 parent 5435332 commit 630abf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
env:
5353
VERSION: ${{ needs.set-variables.outputs.VERSION }}
5454
steps:
55+
- name: Check out the repo
56+
uses: actions/checkout@v4
5557
- name: Log in to Docker Hub
5658
uses: docker/login-action@v3
5759
with:

0 commit comments

Comments
 (0)