Skip to content

Commit f40f6b9

Browse files
chore: bump docker/login-action from 3.4.0 to 3.5.0 (#475)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 199cc35 commit f40f6b9

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
@@ -213,7 +213,7 @@ jobs:
213213
id: extract-version
214214
run: echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
215215
- name: Log in to MongoDB Docker registry
216-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
216+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
217217
with:
218218
registry: ${{ secrets.ARTIFACTORY_REGISTRY }}
219219
username: ${{ secrets.ARTIFACTORY_USER }}

0 commit comments

Comments
 (0)