Skip to content

Commit 921381b

Browse files
committed
Updated CI action versions
1 parent c0e83ce commit 921381b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,28 +172,29 @@ jobs:
172172
uses: actions/checkout@v2
173173
-
174174
name: Set up QEMU
175-
uses: docker/setup-qemu-action@v1
175+
uses: docker/setup-qemu-action@v3
176176
with:
177177
platforms: all
178178
-
179179
name: Set up Docker Buildx
180-
uses: docker/setup-buildx-action@v1
180+
uses: docker/setup-buildx-action@v3
181181
-
182182
name: Login to DockerHub
183-
uses: docker/login-action@v1
183+
uses: docker/login-action@v3
184184
with:
185185
username: ${{ secrets.DOCKERHUB_USERNAME }}
186186
password: ${{ secrets.DOCKERHUB_TOKEN }}
187187
-
188188
name: Build and push
189-
uses: docker/build-push-action@v2
189+
uses: docker/build-push-action@v6
190190
with:
191191
context: .
192192
push: true
193193
platforms: ${{ matrix.docker_platforms }}
194194
file: ./docker/${{ matrix.docker_path }}/Dockerfile
195195
build-args: |
196196
${{ matrix.docker_args }}
197+
ulimit: stack=33554432:33554432
197198
tags: ${{ matrix.docker_tags }}
198199
cache-from: type=registry,ref=introlab3it/rtabmap:${{ matrix.docker_tag }}
199200
cache-to: type=inline

0 commit comments

Comments
 (0)