We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199cc35 commit f40f6b9Copy full SHA for f40f6b9
.github/workflows/release.yml
@@ -213,7 +213,7 @@ jobs:
213
id: extract-version
214
run: echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}"
215
- name: Log in to MongoDB Docker registry
216
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
217
with:
218
registry: ${{ secrets.ARTIFACTORY_REGISTRY }}
219
username: ${{ secrets.ARTIFACTORY_USER }}
0 commit comments