Skip to content

Commit 10abc55

Browse files
Update github-actions (major) (#728)
Update github-actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e916e9c commit 10abc55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-build-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,11 @@ jobs:
304304
username: ${{github.actor}}
305305

306306
- name: Set up Docker Buildx
307-
uses: docker/setup-buildx-action@v3
307+
uses: docker/setup-buildx-action@v4
308308

309309
- id: docker-extract-metadata
310310
name: Extract metadata (tags, labels) for Docker
311-
uses: docker/metadata-action@v5.10.0
311+
uses: docker/metadata-action@v6.0.0
312312
with:
313313
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
314314
tags: |-
@@ -320,7 +320,7 @@ jobs:
320320
321321
- id: build-and-publish
322322
name: Build and Publish
323-
uses: docker/build-push-action@v6
323+
uses: docker/build-push-action@v7
324324
with:
325325
labels: ${{steps.docker-extract-metadata.outputs.labels}}
326326
push: true

0 commit comments

Comments
 (0)