Skip to content

Commit 1f6455a

Browse files
Update github-actions (#797)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7111521 commit 1f6455a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247

248248
steps:
249249
- name: Log in to the Container registry
250-
uses: docker/login-action@v4.2.0
250+
uses: docker/login-action@v4.3.0
251251
with:
252252
password: ${{secrets.GITHUB_TOKEN}}
253253
registry: ${{env.REGISTRY}}
@@ -258,7 +258,7 @@ jobs:
258258

259259
- id: docker-extract-metadata
260260
name: Extract metadata (tags, labels) for Docker
261-
uses: docker/metadata-action@v6.1.0
261+
uses: docker/metadata-action@v6.2.0
262262
with:
263263
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
264264
tags: |-

0 commit comments

Comments
 (0)