Skip to content

Commit aadc9ce

Browse files
fix: checkout the code (#236)
1 parent 8bbf858 commit aadc9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_container.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
1114
- name: Login to Docker Hub
1215
uses: docker/login-action@v3
1316
with:

0 commit comments

Comments
 (0)