2929
3030 - name : Log into registry
3131 if : env.PUSH == 'true'
32- uses : docker/login-action@v3.0 .0
32+ uses : docker/login-action@v3.2 .0
3333 with :
3434 registry : ghcr.io
3535 username : ${{ github.actor }}
@@ -38,14 +38,14 @@ jobs:
3838 - name : Extract Docker metadata
3939 if : env.PUSH == 'true'
4040 id : meta
41- 41+ 4242 with :
4343 images : ghcr.io/${{ github.repository }}
4444 tags : |
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.3 .0
4949 with :
5050 context : .
5151 file : .docker/Dockerfile
7676
7777 - name : Log into registry
7878 if : env.PUSH == 'true'
79- uses : docker/login-action@v3.0 .0
79+ uses : docker/login-action@v3.2 .0
8080 with :
8181 registry : ghcr.io
8282 username : ${{ github.actor }}
@@ -85,14 +85,14 @@ jobs:
8585 - name : Extract Docker metadata
8686 if : env.PUSH == 'true'
8787 id : meta
88- 88+ 8989 with :
9090 images : ghcr.io/${{ github.repository }}
9191 tags : |
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.3 .0
9696 with :
9797 context : .
9898 file : .docker/Dockerfile
@@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Log into registry
120120 if : env.PUSH == 'true'
121- uses : docker/login-action@v3.0 .0
121+ uses : docker/login-action@v3.2 .0
122122 with :
123123 registry : ghcr.io
124124 username : ${{ github.actor }}
@@ -127,14 +127,14 @@ jobs:
127127 - name : Extract Docker metadata
128128 if : env.PUSH == 'true'
129129 id : meta
130- 130+ 131131 with :
132132 images : ghcr.io/${{ github.repository }}
133133 tags : |
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.3 .0
138138 with :
139139 context : .
140140 file : .docker/Dockerfile
@@ -159,7 +159,7 @@ jobs:
159159
160160 - name : Log into registry
161161 if : env.PUSH == 'true'
162- uses : docker/login-action@v3.0 .0
162+ uses : docker/login-action@v3.2 .0
163163 with :
164164 registry : ghcr.io
165165 username : ${{ github.actor }}
@@ -168,14 +168,14 @@ jobs:
168168 - name : Extract Docker metadata
169169 if : env.PUSH == 'true'
170170 id : meta
171- 171+ 172172 with :
173173 images : ghcr.io/${{ github.repository }}
174174 tags : |
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.3 .0
179179 with :
180180 context : .
181181 file : .docker/Dockerfile
0 commit comments