File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 name : invitebuilds
148148
149149 - name : Set up Docker Buildx
150- uses : docker/setup-buildx-action@v3
150+ uses : docker/setup-buildx-action@v4
151151
152152 - name : Login to GitHub Container Registry
153153 uses : docker/login-action@v4
@@ -158,7 +158,7 @@ jobs:
158158
159159 - name : Set docker labels and tags
160160 id : meta
161- uses : docker/metadata-action@v5
161+ uses : docker/metadata-action@v6
162162 with :
163163 images : ${{ matrix.image }}
164164 flavor : |
@@ -171,7 +171,7 @@ jobs:
171171 type=sha
172172
173173 - name : Build and push the ${{ matrix.app }} image
174- uses : docker/build-push-action@v6
174+ uses : docker/build-push-action@v7
175175 with :
176176 context : ${{ matrix.app }}
177177 file : ${{ matrix.app }}/docker/Dockerfile
You can’t perform that action at this time.
0 commit comments