Skip to content

Commit 44824b1

Browse files
chore: bump docker/login-action from 3.3.0 to 3.4.0 (#433)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leo Antoli <[email protected]>
1 parent 7ccfa33 commit 44824b1

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
@@ -223,7 +223,7 @@ jobs:
223223
id: extract-version
224224
run: echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
225225
- name: Log in to MongoDB Docker registry
226-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
226+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
227227
with:
228228
registry: ${{ secrets.ARTIFACTORY_REGISTRY }}
229229
username: ${{ secrets.ARTIFACTORY_USER }}

0 commit comments

Comments
 (0)