Skip to content

Commit 2fd3895

Browse files
authored
Merge pull request #5 from Robotic-Decision-Making-Lab/dependabot/github_actions/docker/build-push-action-5.2.0
Bump docker/build-push-action from 5.1.0 to 5.2.0
2 parents 044934b + 2b4c49d commit 2fd3895

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
4646
4747
- name: Build and push Docker image
48-
uses: docker/build-push-action@v5.1.0
48+
uses: docker/build-push-action@v5.2.0
4949
with:
5050
context: .
5151
file: .docker/Dockerfile
@@ -92,7 +92,7 @@ jobs:
9292
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
9393
9494
- name: Build and push Docker image
95-
uses: docker/build-push-action@v5.1.0
95+
uses: docker/build-push-action@v5.2.0
9696
with:
9797
context: .
9898
file: .docker/Dockerfile
@@ -134,7 +134,7 @@ jobs:
134134
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
135135
136136
- name: Build and push Docker image
137-
uses: docker/build-push-action@v5.1.0
137+
uses: docker/build-push-action@v5.2.0
138138
with:
139139
context: .
140140
file: .docker/Dockerfile
@@ -175,7 +175,7 @@ jobs:
175175
type=raw,value=${{ matrix.ROS_DISTRO }}-${{ github.job }}
176176
177177
- name: Build and push Docker image
178-
uses: docker/build-push-action@v5.1.0
178+
uses: docker/build-push-action@v5.2.0
179179
with:
180180
context: .
181181
file: .docker/Dockerfile

0 commit comments

Comments
 (0)