diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index af90959..bfa3de8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,8 @@ jobs: name: docker-build runs-on: ubuntu-latest steps: + - name: Check out Code + uses: actions/checkout@v3 - name: Login to Registry uses: docker/login-action@v2 with: