Skip to content

Commit e88af9a

Browse files
committed
Merge branch 'develop' into gen2_uvc
2 parents e6a4209 + b9c4c64 commit e88af9a

File tree

146 files changed

+7614
-3810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+7614
-3810
lines changed

.github/workflows/docker-hub.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
with:
2828
args: /bin/sh -c "rm -rf /github/workspace/.* || rm -rf /github/workspace/*"
2929
- name: Checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v3
3131
with:
3232
submodules: recursive
3333
- name: Login to DockerHub
34-
uses: docker/login-action@v1
34+
uses: docker/login-action@v2
3535
with:
3636
username: ${{ secrets.DOCKERHUB_USER }}
3737
password: ${{ secrets.DOCKERHUB_PASS }}
@@ -46,7 +46,7 @@ jobs:
4646
run: echo "LUXONIS_IMAGE_TAG=${GITHUB_REF#refs/*/}-${{ matrix.arch }}" >> $GITHUB_ENV
4747

4848
- name: Build and push
49-
uses: docker/build-push-action@v2
49+
uses: docker/build-push-action@v3
5050
with:
5151
push: true
5252
file: ci/Dockerfile
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363

6464
- name: Login to DockerHub
65-
uses: docker/login-action@v1
65+
uses: docker/login-action@v2
6666
with:
6767
username: ${{ secrets.DOCKERHUB_USER }}
6868
password: ${{ secrets.DOCKERHUB_PASS }}

0 commit comments

Comments
 (0)