Skip to content

Commit d9cc2e2

Browse files
Merge main into docs-updates
2 parents 16d5a4a + 1f6455a commit d9cc2e2

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)