Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into dev/mavros_in_build…
Browse files Browse the repository at this point in the history
…_stage
  • Loading branch information
amarburg committed Aug 19, 2024
2 parents 69b95df + c4675d3 commit d111006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: .docker/Dockerfile
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: .docker/Dockerfile
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: .docker/Dockerfile
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
- name: Build and push Docker image
uses: docker/build-push-action@v6.5.0
uses: docker/build-push-action@v6.6.1
with:
context: .
file: .docker/Dockerfile
Expand Down

0 comments on commit d111006

Please sign in to comment.