Skip to content

Commit 41a2bf6

Browse files
authored
Merge pull request #682 from OpenConext/dependabot/github_actions/github-actions-b97cf40f0d
Bump the github-actions group with 3 updates
2 parents 2a820c9 + de979da commit 41a2bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)