Skip to content

Commit e6d27f3

Browse files
Update github-actions
1 parent e916e9c commit e6d27f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)