diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7ebabff..bd3bd1bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -215,7 +215,7 @@ jobs: id: extract-version run: echo "VERSION=$(cat dist/version.txt)" >> "${GITHUB_OUTPUT}" - name: Log in to MongoDB Docker registry - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef with: registry: ${{ secrets.ARTIFACTORY_REGISTRY }} username: ${{ secrets.ARTIFACTORY_USER }}