chore(workflow): add Checkout step to GitHub Actions workflow

This commit is contained in:
cfngc4594 2025-03-05 14:54:50 +08:00
parent 922872e3a9
commit c29e62b1e0

View File

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