Skip to content

Commit bfeeaa6

Browse files
committed
docs : Add code checkout in docker CI
1 parent 9846d5c commit bfeeaa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-CI.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v2
18+
1619
- name: Log in to GitHub Container Registry
1720
uses: docker/login-action@v2
1821
with:
1922
registry: ghcr.io
2023
username: ${{ github.actor }}
2124
password: ${{ secrets.GITHUB_TOKEN }}
2225

23-
- name: Start SSH Service
24-
uses: mxschmitt/action-tmate@v2
25-
2626
- name: Build Docker image
2727
run: |
2828
docker build -t ghcr.io/irobot-algorithm/sentry_navigation:latest .

0 commit comments

Comments
 (0)