Skip to content

Commit 723a0d1

Browse files
chore: bump docker/login-action from 3.5.0 to 3.6.0 (#509)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 585c7f8 commit 723a0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
id: extract-version
216216
run: echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
217217
- name: Log in to MongoDB Docker registry
218-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
218+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
219219
with:
220220
registry: ${{ secrets.ARTIFACTORY_REGISTRY }}
221221
username: ${{ secrets.ARTIFACTORY_USER }}

0 commit comments

Comments
 (0)