diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 29eec9b..b77c726 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v3 - name: Login to Docker Hub uses: docker/login-action@v2 with: