fix(ci): add checkout
Some checks failed
Build and deploy / build (push) Failing after 22s
Build and deploy / deploy (push) Has been skipped

This commit is contained in:
2025-12-19 10:57:07 +03:00
parent 6bef83c9fe
commit 9ce13ff9dc

View File

@@ -9,6 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with: